diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-23 13:12:20 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-23 13:12:20 +0300 |
commit | ac553a567f930648a1f350d298d60ef091858c7a (patch) | |
tree | f8109278676debde9884befebe22ae3c39b5a48b /layouts/partials/footer.html | |
parent | d7500b363fee49307304fa623f74649cb408b532 (diff) |
Work towards a release candidate
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d6b5486..f9c49d8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,6 @@ +{{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/above-footer" . }} +{{ end }} <div class="footer"> <div class="contain"> @@ -8,6 +11,10 @@ <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/mistermantas/cstate">cState</a></small> + <small class="copyright faded">Powered by <a href="https://github.com/mistermantas/cstate">cState <b>v2.0-rc1</b></a></small> </div> </div> + +{{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/below-footer" . }} +{{ end }} |