neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 19:05:49 +01:00
parent e41e19c6b9
commit 733ffd9605

View File

@ -40,7 +40,7 @@
</li>
{% endif %}
<li class="event-item">
<time datetime="{{ event.header.event.start|date("c") }}">{{ event.header.event.start|dateTranslate(config.plugins.events.event_sidebar.time)}}</time>
<time datetime="{{ event.header.event.start|date("c") }}">{{ event.header.event.start|dateTranslate(config.plugins.events.event_sidebar.time)}} Uhr</time>
{% if (config.plugins.events.event_meta.display_location) and (event.header.event.location is not empty) %}
<a href="{{ event.url }}" class="u-url p-name" title="{{ event.header.event.location }}">{{ event.title }}<span class="location-pin"></span></a>
{% else %}