aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorMetaa <git@metaa.io>2018-10-16 04:20:23 +0200
committerGitHub <noreply@github.com>2018-10-16 04:20:23 +0200
commitedf66e3c2d13fa62f9d306b28207dbdf407fd9d7 (patch)
treeb009c3b5e8a599f2dcf84ff38e4f7afe7620dc3f /layouts/partials/footer.html
parent1bee071dfc3cf1493c730f1a6a069549399efdb0 (diff)
Fixed the version string in the footer
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index c98e79a..edbbb57 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -11,7 +11,7 @@
<p>{{ .Site.Params.description }}</p>
<!-- Please keep this one around to help cState grow <3 -->
- <small class="copyright faded">Powered by <a href="https://github.com/cstate/cstate">cState v2.0.1</a></small>
+ <small class="copyright faded">Powered by <a href="https://github.com/cstate/cstate">cState v2.0.2</a></small>
</div>
</div>