neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 14:24:53 +01:00
parent b870016a17
commit 91f00dc051

View File

@ -1,5 +1,13 @@
<article class="event-article">
<header class="event-header">
{% set image = page.media.images|first %}
{% if image != null %}
{{ image.cropZoom(960,280).html|raw }}
{% endif %}
</header>
<div class=left-column"> {# date and time #} <section class="event">
<div class="event-left-column"> {# date and time #}
<time class="event-datetime" datetime="{{ page.date|date("c") }}"> <time class="event-datetime" datetime="{{ page.date|date("c") }}">
{% if single == true %} {# individual content page #} {% if single == true %} {# individual content page #}
<span class="event-date">{{ page.header.event.start|dateTranslate(config.plugins.events.event_item.date) }},</span> <span class="event-date">{{ page.header.event.start|dateTranslate(config.plugins.events.event_item.date) }},</span>
@ -22,7 +30,7 @@
</time> </time>
</div> </div>
<div class="right-column"> {# date and time #} <div class="event-right-column"> {# date and time #}
{% if single == true %} {# individual content page #} {% if single == true %} {# individual content page #}
<h2 class="event-title">{{ page.title }}</h2> <h2 class="event-title">{{ page.title }}</h2>
{% if (config.plugins.events.event_meta.display_location) and (page.header.event.location is not empty) %} {% if (config.plugins.events.event_meta.display_location) and (page.header.event.location is not empty) %}
@ -51,4 +59,6 @@
</div> </div>
{% endif %} {% endif %}
</div> </div>
</section>
</article>
<article class="event-separator"></article> <article class="event-separator"></article>