From f524a03900efb489b5424bd7058a589da5a1d317 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 4 Mar 2021 22:11:59 -0500 Subject: add handling for "case-study" section * bin/html (SECTIONS): add "case-study" * templates/html/case-study.html: Template for case-study section. --- bin/html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 = { -- cgit v1.2.3