Edit indentation style
This commit is contained in:
parent
d916cac8c9
commit
9fc5497f33
21 changed files with 14837 additions and 14840 deletions
|
@ -1,26 +1,26 @@
|
|||
{% extends "base.twig" %}
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
<main>
|
||||
|
||||
<section class="home-section" aria-hidden="true">
|
||||
<section class="home-section" aria-hidden="true">
|
||||
|
||||
<div class="home">
|
||||
<nav class="home__nav" aria-label="Menu">
|
||||
{% set navItemNo = 1 %}
|
||||
{% for gallery in pages.template('gallery') %}
|
||||
<div class="home__nav-item-{{ navItemNo }}">
|
||||
<a href="{{ gallery.url }}" target="_self" class="home__nav-link" tabindex="-1">{{ gallery.title }}</a>
|
||||
</div>
|
||||
{% set navItemNo = navItemNo + 1 %}
|
||||
{% endfor %}
|
||||
<div class="home__nav-image" aria-hidden="true">
|
||||
<img src="{{ page.images.template("image").first.url }}" srcset="{{ page.images.template("image").first.srcset() }}" alt="{{ page.images.template("image").first.alt_text }}">
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="home">
|
||||
<nav class="home__nav" aria-label="Menu">
|
||||
{% set navItemNo = 1 %}
|
||||
{% for gallery in pages.template('gallery') %}
|
||||
<div class="home__nav-item-{{ navItemNo }}">
|
||||
<a href="{{ gallery.url }}" target="_self" class="home__nav-link" tabindex="-1">{{ gallery.title }}</a>
|
||||
</div>
|
||||
{% set navItemNo = navItemNo + 1 %}
|
||||
{% endfor %}
|
||||
<div class="home__nav-image" aria-hidden="true">
|
||||
<img src="{{ page.images.template("image").first.url }}" srcset="{{ page.images.template("image").first.srcset() }}" alt="{{ page.images.template("image").first.alt_text }}">
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue