diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:05:33 +0200 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:05:33 +0200 |
commit | 3208df6352c0e05208bce95f8d9e9f16769a57ed (patch) | |
tree | 6d784f09fa6dc7d85438ca1086e32ba363d90483 /layouts/partials/footer.html | |
parent | 4bc818712d9b0133dd22326052a99ef1f36f4aa0 (diff) |
cState goes stable 1.0; fix #4 & fix #5
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1773af9..e1314ce 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,14 +1,10 @@ - <div class="footer"> - <div class="contain"> +<div class="footer"> + <div class="contain"> + <p><strong>{{ now.Year }} © {{ .Site.Title }}</strong></p> - <p id="disclaimer">{{ .Site.Params.description }}</p> + <p>{{ .Site.Params.description }}</p> - <small class="copyright">Powered by <a href="https://github.com/mistermantas/cstate">cState</a></small> - - </div> - </div> - - - <script defer>window.$crisp=[];window.CRISP_WEBSITE_ID="1456a9bd-7292-4dee-b61d-5d9946f925b5";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> - </body> -</html> + <!-- 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> + </div> +</div> |