first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{% set grid_size = theme_var('grid-size') %}
|
||||
{% set image = page.media.images|first %}
|
||||
|
||||
<div class="content">
|
||||
<div class="txt">
|
||||
<h3><a href="#">{{page.parent.title}}</a></h3>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<div class="taxonomy">
|
||||
{% include 'partials/blog/taxonomy.html.twig' with { taxonomy: 'category'} %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user