From 47ace0e4c4a43bf0fa3e1aee81c4d6e1bda9eb4e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 7 Feb 2016 13:11:12 -0800 Subject: [PATCH] start on changelog page --- src/templates/all.nim | 1 + src/templates/changelog.mustache | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/templates/changelog.mustache 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 }}
+