summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 373e635..fdee79d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -25,7 +25,14 @@
</div>
<footer>
- {{ partial "footer.html" . }}
+ {{ if .Param "showFooterLicense" }}
+ <div>
+ {{ partial "footer-license.html" . }}
+ </div>
+ {{ end }}
+ <div>
+ {{ partial "footer.html" . }}
+ </div>
</footer>
</body>