neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-11 11:33:55 +01:00
parent e852bb2d84
commit bd5de2d317

View File

@ -7,6 +7,9 @@
{# get events by taxonomy #}
{% set events = page.collection({ 'items': { '@page.children': '/blog' }, 'dateRange': { 'start': datetools.today|date('Y/m/d'), 'end': datetools.parseDate('+3 months')|date('Y/m/d') }, 'order': { 'by': page.header.event.start|date('Y-m-d'), 'dir': 'asc' }, 'limit': 3, 'pagination': false })|filter(page => page.header.event.start is defined) %}
{{ page.header.event.start }}
{{ header.event.start }}
{{ event.start }}
{{ start }}
{% if config.plugins.simplesearch.enabled %}
<div class="sidebar-content">
{% include 'partials/simplesearch_searchbox.html.twig' %}