Indent and simplify HTML snippets

This commit is contained in:
Andrea Cardaci
2018-05-29 21:52:10 +02:00
parent feae2cd8d7
commit e2433843b5
5 changed files with 37 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
<ul class="function-list">
{% for function in include.bin.functions %}
{% assign type = function[0] %}
<li><a href="{{ include.bin.url }}#{{ type }}">{{ site.data.functions[type].label }}</a></li>
{% endfor %}
{% for function in include.bin.functions %}
{% assign type = function[0] %}
<li><a href="{{ include.bin.url }}#{{ type }}">{{ site.data.functions[type].label }}</a></li>
{% endfor %}
</ul>