summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/article/footer.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 23:50:58 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 23:50:58 -0600
commitb171347f739b2ada7960ad50bcba47e898d890d2 (patch)
treec88d6c3cdfb39b7e8e7cb5ec5952160cd4cf9911 /blog/old_newer/src/templates/article/footer.html
parentfebe3173b7430266c36508927f3535c431f0aa8b (diff)
reflect changes on updated pyssg using jinja templates
Diffstat (limited to 'blog/old_newer/src/templates/article/footer.html')
-rw-r--r--blog/old_newer/src/templates/article/footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/blog/old_newer/src/templates/article/footer.html b/blog/old_newer/src/templates/article/footer.html
new file mode 100644
index 0000000..354aac2
--- /dev/null
+++ b/blog/old_newer/src/templates/article/footer.html
@@ -0,0 +1,8 @@
+
+<hr>
+<div class="article-info">
+<p>By: $$AUTHOR</p>
+<p>Created: $$CTIME</p>
+<p>Edited: $$MTIME</p>
+$$TAGS
+</div>