add forms
This commit is contained in:
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user