summaryrefslogtreecommitdiff
path: root/project/templates/tags
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
parent3a1a7a4d62dce554436aa8c23e980204a481c7b4 (diff)
Converted everything to XHTML 1.1
Diffstat (limited to 'project/templates/tags')
-rw-r--r--project/templates/tags/application.html6
-rw-r--r--project/templates/tags/binding.html6
-rw-r--r--project/templates/tags/compsci.html6
-rw-r--r--project/templates/tags/copyright.html6
-rw-r--r--project/templates/tags/esoteric.html6
-rw-r--r--project/templates/tags/languages.html6
-rw-r--r--project/templates/tags/legal.html6
-rw-r--r--project/templates/tags/library.html6
-rw-r--r--project/templates/tags/mathematics.html6
-rw-r--r--project/templates/tags/politics.html6
-rw-r--r--project/templates/tags/programming.html6
-rw-r--r--project/templates/tags/videogames.html6
12 files changed, 36 insertions, 36 deletions
diff --git a/project/templates/tags/application.html b/project/templates/tags/application.html
index 489ff13..caa763b 100644
--- a/project/templates/tags/application.html
+++ b/project/templates/tags/application.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 'application' 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 %}
diff --git a/project/templates/tags/binding.html b/project/templates/tags/binding.html
index 92a63b0..000b5e2 100644
--- a/project/templates/tags/binding.html
+++ b/project/templates/tags/binding.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 'binding' 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 %}
diff --git a/project/templates/tags/compsci.html b/project/templates/tags/compsci.html
index c39f7f1..07059c4 100644
--- a/project/templates/tags/compsci.html
+++ b/project/templates/tags/compsci.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 'compsci' 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 %}
diff --git a/project/templates/tags/copyright.html b/project/templates/tags/copyright.html
index 1296aae..fe95b57 100644
--- a/project/templates/tags/copyright.html
+++ b/project/templates/tags/copyright.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 'copyright' 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 %}
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 %}
diff --git a/project/templates/tags/languages.html b/project/templates/tags/languages.html
index 3c101b9..d680002 100644
--- a/project/templates/tags/languages.html
+++ b/project/templates/tags/languages.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 'languages' 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 %}
diff --git a/project/templates/tags/legal.html b/project/templates/tags/legal.html
index 14143aa..3a4048a 100644
--- a/project/templates/tags/legal.html
+++ b/project/templates/tags/legal.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 'legal' 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 %}
diff --git a/project/templates/tags/library.html b/project/templates/tags/library.html
index 86fd920..231b013 100644
--- a/project/templates/tags/library.html
+++ b/project/templates/tags/library.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 'library' 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 %}
diff --git a/project/templates/tags/mathematics.html b/project/templates/tags/mathematics.html
index d99af34..06074d1 100644
--- a/project/templates/tags/mathematics.html
+++ b/project/templates/tags/mathematics.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 'mathematics' 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 %}
diff --git a/project/templates/tags/politics.html b/project/templates/tags/politics.html
index e7d0790..7a592f3 100644
--- a/project/templates/tags/politics.html
+++ b/project/templates/tags/politics.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 'politics' 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 %}
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 %}
diff --git a/project/templates/tags/videogames.html b/project/templates/tags/videogames.html
index 898e1fb..4ca747e 100644
--- a/project/templates/tags/videogames.html
+++ b/project/templates/tags/videogames.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 'videogames' 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 %}