[mod] dedent
This commit is contained in:
parent
1a14f79d19
commit
ed84052178
@ -1,4 +1,4 @@
|
||||
<nav>
|
||||
<nav>
|
||||
<div class="nav-wrapper">
|
||||
<ul>
|
||||
{%- for line in settings.menu -%}
|
||||
@ -16,4 +16,4 @@
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
@ -15,9 +15,9 @@
|
||||
<h2>{{ gallery.title }}</h2>
|
||||
</section>
|
||||
|
||||
{% for section in gallery.sections %}
|
||||
{% for section in gallery.sections %}
|
||||
{% include "sections/" + section.type + ".html" %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
<div class="back-to-home">
|
||||
<hr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user