From 1d74a74ad8dfee22ecffd91d2410258eb77613cd Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 18 May 2019 15:41:36 -0400 Subject: bin: Refactor html. Update html to generate html for all sections written in markdown (news, articles). * bin/html (SECTIONS): New variable. (files): Add arg `sec`. (html, process): Rewrite functions. (run): Process different sections. * templates/html/news.html: Template NEW-ITEM-TITLE -> ITEM-TITLE. --- templates/html/news.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/html') diff --git a/templates/html/news.html b/templates/html/news.html index ff4c932..7f60c6f 100644 --- a/templates/html/news.html +++ b/templates/html/news.html @@ -1,7 +1,7 @@ -<!-- NEWS-ITEM-TITLE --> — News — Free Software Foundation India +<!-- ITEM-TITLE --> — News — Free Software Foundation India @@ -15,7 +15,7 @@

News

-

+

-- cgit v1.2.3