summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-16 18:35:08 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-16 18:35:08 -0400
commit7e509b64e1a22925be657b3137f8383d5cc2e87c (patch)
tree62fd795551cf62e4332b538ab7ecb1d22cd6bb70 /bin
parentc079bf2601dd797d1b73393fa30dcb13e1ceeb9a (diff)
templates/news.html -> templates/html/news.html
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):