Skip to content
Snippets Groups Projects
Commit 054087de authored by Lukas Schauer's avatar Lukas Schauer Committed by Lukas Schauer
Browse files

removed "Termin:" from event titles

parent 33c93044
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ layout: null
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts limit:10 %}
<item>
<title>{% if post.categories contains 'event' %}Termin: {% endif %}{{ post.title | xml_escape }}</title>
<title>{{ post.title | xml_escape }}</title>
<description>{% if post.categories contains 'event' %}
{% capture eventstuff %}
<p>
......
......@@ -58,7 +58,7 @@ layout: default
</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{% if post.categories contains 'event' %}Termin: {% endif %}{{ post.title }}</a>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
......
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