Skip to content
Snippets Groups Projects
Commit e8dd2de5 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Added subscribe-to-news-feed to main page

parent 67302714
No related branches found
No related tags found
1 merge request!70Subscription to announce and news feeds
......@@ -19,7 +19,16 @@
title=page.notification.title
description=page.notification.description %}
{% endif %}
<h1>News</h1>
<h1>News
<a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="subscribe to feed"
type="application/atom+xml"
download>
<i class="fas fa-rss"></i>
</a>
and Announcements
</h1>
<div class="flex-cards">
{%- assign posts = site.posts | where:"lang", site.default.lang -%}
{%- for post in posts limit:5 -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment