From 7e509b64e1a22925be657b3137f8383d5cc2e87c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 16 May 2019 18:35:08 -0400 Subject: templates/news.html -> templates/html/news.html --- bin/news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/news') diff --git a/bin/news b/bin/news index 9498d9f..503a254 100644 --- a/bin/news +++ b/bin/news @@ -83,7 +83,7 @@ def content(c): def template(type): - return read('templates/{}.html'.format(type)) + return read('templates/html/{}.html'.format(type)) def datefmt(d): -- cgit v1.2.3