fix EOL Sequence to LF (#257)
This commit is contained in:
parent
b1a320fe8c
commit
9cd6f1b716
6 changed files with 13 additions and 13 deletions
|
@ -19,8 +19,8 @@ common-js:
|
|||
</div>
|
||||
|
||||
{% include footer-minimal.html %}
|
||||
|
||||
|
||||
{% include footer-scripts.html %}
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue