init
This commit is contained in:
commit
c9def51b7e
38 changed files with 5755 additions and 0 deletions
templates/partials/blog
8
templates/partials/blog/page-summary.html.twig
Normal file
8
templates/partials/blog/page-summary.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="p-summary e-content">
|
||||
{% if page.summary != page.content %}
|
||||
{{ page.summary|raw }}
|
||||
{% else %}
|
||||
{{ page.content|raw }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue