From 00401e59be35ea62c142199eac02fd9305bec992 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 18 May 2019 18:48:21 -0400 Subject: bin/html: Update SECTIONS. * bin/html (SECTIONS): Add article. --- bin/html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/html b/bin/html index 694a267..eaef839 100644 --- a/bin/html +++ b/bin/html @@ -13,7 +13,7 @@ import subprocess as subp import sys -SECTIONS = ['news'] +SECTIONS = ['news', 'article'] # placeholders PH = { -- cgit v1.2.3