summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-03-04 22:11:59 -0500
committerrsiddharth <s@ricketyspace.net>2021-03-04 22:11:59 -0500
commitf524a03900efb489b5424bd7058a589da5a1d317 (patch)
tree41926303ae6349c17497e1415e7cd15f9ee15620 /bin
parent74e23aada13d9134bde1d7e0d8a1cd6e18dcb1db (diff)
add handling for "case-study" section
* bin/html (SECTIONS): add "case-study" * templates/html/case-study.html: Template for case-study section.
Diffstat (limited to 'bin')
-rw-r--r--bin/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/html b/bin/html
index 7fd7c39..b2561fb 100644
--- a/bin/html
+++ b/bin/html
@@ -14,7 +14,7 @@ import sys
import mistune
-SECTIONS = ["news", "article"]
+SECTIONS = ["news", "article", "case-study"]
# placeholders
PH = {