add forms

This commit is contained in:
2019-04-09 18:05:36 +02:00
parent 4346f85d56
commit 5bcef4263e
17 changed files with 281 additions and 46 deletions

View File

@ -5,8 +5,8 @@
{{ image.html }}
</div>
{% endif %}
{% if not hero_image_name %}
<div class="content">
{% if not hero_image_name and not show_sidebar %}
<div class="content_s">
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %}
{% if page.header.subtitle %}
<h3 >{{ page.header.subtitle }}</h3>
@ -14,3 +14,12 @@
{{ page.content|raw }}
</div>
{% endif %}
{% if not hero_image_name and show_sidebar %}
<div class="content">
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %}
{% if page.header.subtitle %}
<h3 >{{ page.header.subtitle }}</h3>
{% endif %}
{{ page.content|raw }}
</div>
{% endif %}

View File

@ -14,7 +14,7 @@
<div class="card-title">
{% include 'partials/blog/title.html.twig' with {title_level: 'h5'} %}
{% include 'partials/blog/date.html.twig' %}
</div>
</div>
<div class="card-summary">
<a href="{{ page.url }}">
{% if page.summary != page.content %}