summaryrefslogtreecommitdiff
path: root/blog/src/templates/article
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:18:29 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:18:29 -0600
commitd8153a70dccc678d854ee0ff55bebe71f7c4417a (patch)
tree0ad3ed83a8471c23f0fed3524d966f7777338aa4 /blog/src/templates/article
parentb70a8013e3ea900e9a41e9660ed776dbcc52ec6e (diff)
new blogging system pyssg
Diffstat (limited to 'blog/src/templates/article')
-rw-r--r--blog/src/templates/article/footer.html2
-rw-r--r--blog/src/templates/article/header.html1
2 files changed, 3 insertions, 0 deletions
diff --git a/blog/src/templates/article/footer.html b/blog/src/templates/article/footer.html
new file mode 100644
index 0000000..8778a5e
--- /dev/null
+++ b/blog/src/templates/article/footer.html
@@ -0,0 +1,2 @@
+<p>By: $$AUTHOR</p>
+<p>Created: $$CTIME, edited: $$MTIME</p>
diff --git a/blog/src/templates/article/header.html b/blog/src/templates/article/header.html
new file mode 100644
index 0000000..cb941df
--- /dev/null
+++ b/blog/src/templates/article/header.html
@@ -0,0 +1 @@
+<h1>$$TITLE</h1>