start on changelog page

This commit is contained in:
Christine Dodrill 2016-02-07 13:11:12 -08:00
parent 23606cd501
commit 47ace0e4c4
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,4 @@ const
usersTemplate*: string = staticRead "./templates/users.mustache"
tweetsTemplate*: string = staticRead "./templates/tweets.mustache"
submitTemplate*: string = staticRead "./templates/submit.mustache"
changelogTemplate*: string = staticRead "./templates/changelog.mustache"

View File

@ -0,0 +1,3 @@
<pre>
{{ changelog }}
</pre>