Files
habitica/website/views/static/old-news.jade
T
Alys 39c00ea433 change HTML <title> on static/old-news from "Old News" to "News"
That page now contains the most recent news as well as the old news.
2017-01-22 13:32:54 +10:00

14 lines
189 B
Plaintext

extends ./layout
block vars
- var layoutEnv = env
- var menuItem = 'oldNews'
block title
title News
block content
.static-old-news
include ../shared/new-stuff
+oldNews()