Converted tags.html to unix format file
- Forgot to do this in last commit
This commit is contained in:
parent
911333d9d3
commit
8d844934ed
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% for tag in tags %}
|
||||
<a class="badge" href="/tag/{{tag}}">{{tag}}</a><br />
|
||||
{% endfor %}
|
||||
|
||||
{% endblock %}
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% for tag in tags %}
|
||||
<a class="badge" href="/tag/{{tag}}">{{tag}}</a><br />
|
||||
{% endfor %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue