diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 4dd63e7bf47b3498e42840ae716ef8f050e17eda..81718241aa5a934925bd7e941c19110cb7fbc075 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>