[mod] dedent

This commit is contained in:
Laurent Peuch 2016-02-16 08:51:23 +01:00
parent 1a14f79d19
commit ed84052178
2 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
<nav> <nav>
<div class="nav-wrapper"> <div class="nav-wrapper">
<ul> <ul>
{%- for line in settings.menu -%} {%- for line in settings.menu -%}
@ -16,4 +16,4 @@
{%- endfor -%} {%- endfor -%}
</ul> </ul>
</div> </div>
</nav> </nav>

View File

@ -15,9 +15,9 @@
<h2>{{ gallery.title }}</h2> <h2>{{ gallery.title }}</h2>
</section> </section>
{% for section in gallery.sections %} {% for section in gallery.sections %}
{% include "sections/" + section.type + ".html" %} {% include "sections/" + section.type + ".html" %}
{% endfor %} {% endfor %}
<div class="back-to-home"> <div class="back-to-home">
<hr> <hr>