commit b414d150e9fc43b0811fc492272bf4ba3a89622e parent 7770e5b7342a92955e3142e13b9a0ea9b63bdb11 Author: Frederic Cambus <fred@statdns.com> Date: Tue, 7 Feb 2017 13:54:21 +0100 Do not add current year automatically for copyright Diffstat:
M | templates/footer.mustache | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.mustache b/templates/footer.mustache @@ -1,6 +1,6 @@ <footer> <hr /> - Copyright (c) {{site.copyright}}-{{site.year}}, <a href="{{{site.url}}}">{{site.author}}</a> + Copyright (c) {{site.copyright}}, <a href="{{{site.url}}}">{{site.author}}</a> <div id="powered">Powered by <a href="https://www.cambus.net/motyl/">Motyl</a></div> </footer> </div>