summaryrefslogtreecommitdiff
path: root/project/templates/tags/esoteric.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/tags/esoteric.html')
-rw-r--r--project/templates/tags/esoteric.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/tags/esoteric.html b/project/templates/tags/esoteric.html
index 253f7cc..eccab45 100644
--- a/project/templates/tags/esoteric.html
+++ b/project/templates/tags/esoteric.html
@@ -8,7 +8,7 @@
{% block style %}
- <link href="/css/index.css" rel="stylesheet">
+ <link href="/css/index.css" rel="stylesheet" />
{% endblock %}
@@ -22,8 +22,8 @@
{%- if 'esoteric' in item.taglist -%}
{%- if item.updated -%}{%- set postclass = "update" -%}{%- else -%}{%- set postclass = "post" -%}{%- endif -%}
{%- if item.updated -%}{%- set postverb = "Updated" -%}{%- else -%}{%- set postverb = "Posted" -%}{%- endif %}
- <li><a href="{{ item.anchor }}">{{ item.title }}</a><br>
- <span class="taglist">{{ item.taglist | join(", ") }}</span><br>
+ <li><a href="{{ item.anchor }}">{{ item.title }}</a><br />
+ <span class="taglist">{{ item.taglist | join(", ") }}</span><br />
<span class="{{ postclass }}">({{ postverb }} {{ item.postdate }})</span></li>
{%- endif -%}
{%- endfor %}