start on changelog page
This commit is contained in:
parent
23606cd501
commit
47ace0e4c4
|
@ -5,3 +5,4 @@ const
|
||||||
usersTemplate*: string = staticRead "./templates/users.mustache"
|
usersTemplate*: string = staticRead "./templates/users.mustache"
|
||||||
tweetsTemplate*: string = staticRead "./templates/tweets.mustache"
|
tweetsTemplate*: string = staticRead "./templates/tweets.mustache"
|
||||||
submitTemplate*: string = staticRead "./templates/submit.mustache"
|
submitTemplate*: string = staticRead "./templates/submit.mustache"
|
||||||
|
changelogTemplate*: string = staticRead "./templates/changelog.mustache"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
<pre>
|
||||||
|
{{ changelog }}
|
||||||
|
</pre>
|
Loading…
Reference in New Issue