summaryrefslogtreecommitdiffstats
path: root/templates/html/article.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 18:44:46 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 18:46:12 -0400
commit0c20f06793a6630152e8fe032b2cd3f9f636141b (patch)
tree5b66b83b586969bc449f7281077d5350cd413d69 /templates/html/article.html
parentaec4073669917ce1cfc80e4a4b42e2eb1a6ce53b (diff)
bin/html: Add ability set author.
* bin/html (PH): Add author field. (author): New function. (html): Set author if needed. * scss/style.scss: Update styling for '.meta'. Add styling '.author' and '.date' divs under meta. * templates/html/article.html: Add author in meta div.
Diffstat (limited to 'templates/html/article.html')
-rw-r--r--templates/html/article.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/html/article.html b/templates/html/article.html
index 2a14be4..28d9b73 100644
--- a/templates/html/article.html
+++ b/templates/html/article.html
@@ -20,6 +20,7 @@
</div>
<div class="meta">
+ <div class="author"><!-- AUTHOR --></div>
<div class="date"><!-- DATE --></div>
</div>