From 0c20f06793a6630152e8fe032b2cd3f9f636141b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 18 May 2019 18:44:46 -0400 Subject: 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. --- templates/html/article.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/html/article.html') 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 @@
+
-- cgit v1.2.3