summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/news2
1 files changed, 1 insertions, 1 deletions
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):