diff docs/theme/nature/layout.html @ 8434:ec4e69a60aae stable

html: fix invalid html / mako structure Fix bad nesting of tags and mako conditional and drop superfluous '}' outside the mako block.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 18 May 2020 15:33:01 +0200
parents 60e04a21bf0f
children
line wrap: on
line diff
--- a/docs/theme/nature/layout.html	Sat May 23 20:24:07 2020 +0200
+++ b/docs/theme/nature/layout.html	Mon May 18 15:33:01 2020 +0200
@@ -17,4 +17,4 @@
      <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
     </div>
 </div>
-{% endblock %}}
+{% endblock %}