fix EOL Sequence to LF (#257)
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user