add design

This commit is contained in:
2019-05-09 00:26:27 +02:00
parent 0cae791a02
commit 3c24252ea3
33 changed files with 1112 additions and 359 deletions

View File

@@ -6,8 +6,8 @@
<div class="side-agenda">
<a href="{{p.url}}">
{% include 'partials/blog/date.html.twig' with {page: p } %}
<h3>{{p.title}}</h3>
{{p.summary(50)}}
<h5>{{p.title}}</h5>
{{p.summary(70)}}
</a>
</div>
{% endfor %}