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

make news and events headlines clickable

parent eb231e30
No related branches found
No related tags found
3 merge requests!203WIP: Test MR,!183Hifis unified step 1b,!177HIFIS unified step 1
......@@ -19,7 +19,7 @@
title=page.notification.title
description=page.notification.description %}
{% endif %}
<h1>News & Blog posts
<h1><a href="{{ 'news/' | relative_url }}" >News & Blog posts</a>
</h1>
......@@ -52,7 +52,7 @@
</div>
<div class="frontpage-jumbotron">
<h1><i class="far fa-calendar-alt" aria-hidden="true"></i>&nbsp; Events</h1>
<h1><a href="{{ 'events' | relative_url }}"><i class="far fa-calendar-alt" aria-hidden="true"></i>&nbsp; Events</a></h1>
<div class="flex-content-wrapper">
{% assign sorted_events = site.events | sort: "start.date" %}
{% assign today = "now" | date: "%Y-%m-%d" %}
......
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