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

Add button for events feed; explicity name "news feed"+"events feed" buttons

parent b0c93095
No related branches found
No related tags found
3 merge requests!203WIP: Test MR,!183Hifis unified step 1b,!177HIFIS unified step 1
......@@ -49,7 +49,7 @@
title="Subscribe to HIFIS News Feed"
type="application/atom+xml"
download>
RSS Feed <i class="fas fa-rss"></i></a>
News Feed <i class="fas fa-rss"></i></a>
</section>
</div>
......@@ -83,6 +83,11 @@
{% endif %}
</div>
<a href="{{ 'events' | relative_url }}" class="btn btn-outline-secondary">All Events</a>
<a class="btn btn-outline-secondary" href="{{ '/feed/events.xml' | relative_url }}"
title="Subscribe to HIFIS Events Feed"
type="application/atom+xml"
download>
Events Feed <i class="fas fa-rss"></i></a>
</section>
</div>
</div>
......
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