mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-04 09:08:54 +00:00
Autoformatted some twigs
This commit is contained in:
parent
497b24e594
commit
5062f43510
2 changed files with 23 additions and 24 deletions
|
@ -91,8 +91,8 @@
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul class="stats">
|
<ul class="stats">
|
||||||
{% if page.taxonomy.tag %}
|
{% if page.taxonomy.tag %}
|
||||||
{% for tag in page.taxonomy.tag %}
|
{% for tag in page.taxonomy.tag %}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<section class="search-row">
|
<section class="search-row">
|
||||||
|
|
||||||
{% set banner = page.media[page.header.primaryImage].loading('lazy').html(page.title,page.title)|raw ?: page.media.images|first %}
|
{% set banner = page.media[page.header.primaryImage].loading('lazy').html(page.title,page.title)|raw ?: page.media.images|first %}
|
||||||
|
|
||||||
{% if banner %}
|
{% if banner %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue