commit 0042e7048de226b3b126eec91a4ffa959ec4305d parent 3f0bf36f86e1185d85a58662c5e380b1ff5d09a5 Author: Frederic Cambus <fred@statdns.com> Date: Fri, 4 Mar 2016 00:14:28 +0100 Do not escape site URL in footer 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}}-{{site.year}}, <a href="{{{site.url}}}">{{site.author}}</a> <div id="powered">Powered by <a href="">Motyl</a></div> </footer> </div>