From 9526b16eb81645b8e91f3b9128d3a531facf87ac Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de> Date: Tue, 8 Dec 2020 16:52:51 +0100 Subject: [PATCH] Reshuffled RSS+newsletter links --- _layouts/frontpage.html | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 4dd63e7bf..81718241a 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -19,18 +19,8 @@ title=page.notification.title description=page.notification.description %} {% endif %} - <h1>News - <a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}" - title="Subscribe to HIFIS News Feed" - type="application/atom+xml" - download> - <i class="fas fa-rss"></i> - </a> - and Announcements - <a href="https://lists.desy.de/sympa/subscribe/hifis-announce" - title="Subscribe to HIFIS Announcements Letter - also unsubscribe"> - <i class="fas fa-bell"></i> - </a> + <h1>News, Announcements, Blogs + </h1> <div class="flex-cards"> @@ -49,7 +39,16 @@ {%- endif -%} {%- endfor -%} </div> - <a href="{{ 'news/' | relative_url }}" class="btn btn-outline-secondary">More HIFIS News</a> + <a href="{{ 'news/' | relative_url }}" class="btn btn-outline-secondary">All HIFIS News</a> + <a href="https://lists.desy.de/sympa/subscribe/hifis-announce" + class="btn btn-outline-secondary" + title="Subscribe to HIFIS Announcements Letter - also unsubscribe"> + Subscribe <i class="fas fa-bell"></i></a> + <a class="btn btn-outline-secondary" href="{{ '/feed/news.xml' | relative_url }}" + title="Subscribe to HIFIS News Feed" + type="application/atom+xml" + download> + RSS Feed <i class="fas fa-rss"></i></a> </section> </div> -- GitLab