diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fdee79d..08a2d25 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,16 +25,9 @@ </div> <footer> - {{ if .Param "showFooterLicense" }} - <div> - {{ partial "footer-license.html" . }} - </div> - {{ end }} - <div> - {{ partial "footer.html" . }} - </div> + {{ partial "footer.html" . }} </footer> - + </body> <script> |