summaryrefslogtreecommitdiff
path: root/project/templates/tags/programming.html
diff options
context:
space:
mode:
authorJed Barber <jedb@bootes.lan>2021-06-28 00:21:26 +1200
committerJed Barber <jedb@bootes.lan>2021-06-28 00:21:26 +1200
commite59ca4a3eaa53d66fb2dcd3ddbdd86d99b04b7c8 (patch)
treeba3223acbe2e99513adc0ecd9812f188a1a4ad2d /project/templates/tags/programming.html
parent3a1a7a4d62dce554436aa8c23e980204a481c7b4 (diff)
Converted everything to XHTML 1.1
Diffstat (limited to 'project/templates/tags/programming.html')
-rw-r--r--project/templates/tags/programming.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/tags/programming.html b/project/templates/tags/programming.html
index cfd79df..99fa502 100644
--- a/project/templates/tags/programming.html
+++ b/project/templates/tags/programming.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 'programming' 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 %}