aboutsummaryrefslogtreecommitdiffstats
path: root/built-texts/templates/metadata.html
diff options
context:
space:
mode:
Diffstat (limited to 'built-texts/templates/metadata.html')
-rw-r--r--built-texts/templates/metadata.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/built-texts/templates/metadata.html b/built-texts/templates/metadata.html
new file mode 100644
index 0000000..3f7e987
--- /dev/null
+++ b/built-texts/templates/metadata.html
@@ -0,0 +1,13 @@
+{{ article.locale_date }}
+
+{% if article.author %}
+by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
+{% endif %}
+
+{# Filed under <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> #}
+
+{#
+{% if article.tags %}
+ Tags {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> {% endfor %}
+{% endif %}
+#}