From e59ca4a3eaa53d66fb2dcd3ddbdd86d99b04b7c8 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 28 Jun 2021 00:21:26 +1200 Subject: Converted everything to XHTML 1.1 --- project/templates/tags/programming.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'project/templates/tags/programming.html') 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 %} - + {% 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 %} -
  • {{ item.title }}
    - {{ item.taglist | join(", ") }}
    +
  • {{ item.title }}
    + {{ item.taglist | join(", ") }}
    ({{ postverb }} {{ item.postdate }})
  • {%- endif -%} {%- endfor %} -- cgit