fix EOL Sequence to LF (#257)

This commit is contained in:
Marco Blessing 2017-10-03 22:21:54 +02:00 committed by Dean Attali
parent b1a320fe8c
commit 9cd6f1b716
6 changed files with 13 additions and 13 deletions

View file

@ -19,8 +19,8 @@ common-js:
</div>
{% include footer-minimal.html %}
{% include footer-scripts.html %}
</body>
</html>

View file

@ -29,7 +29,7 @@ layout: default
</div>
<div class="blog-tags">
Tags:
Tags:
{% for tag in post.tags %}
<a href="/tag/{{ tag }}">{{ tag }}</a>
{% endfor %}