diff --git a/src/templates/all.nim b/src/templates/all.nim index 717767b..36ffa70 100644 --- a/src/templates/all.nim +++ b/src/templates/all.nim @@ -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" diff --git a/src/templates/changelog.mustache b/src/templates/changelog.mustache new file mode 100644 index 0000000..838ce15 --- /dev/null +++ b/src/templates/changelog.mustache @@ -0,0 +1,3 @@ +
+{{ changelog }}
+