Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaro143 <y.ishimi@itdharman.com>2018-09-28 14:53:42 +0300
committernaro143 <y.ishimi@itdharman.com>2018-09-28 14:53:42 +0300
commit00ada23c6b1d295be244dc1e56fca8c63d1df9c8 (patch)
treeb866036b21c62f51741cd44e5ac071f7a7ee18e6
parent3e76f7f8de4ac5d4a0e9c4d9724e0381889ea7c8 (diff)
fix: fixedbar available requirements
-rw-r--r--layouts/_default/baseof.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d65de0c..f705ee4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -56,8 +56,9 @@
<div class="content">
{{ block "content" . }}{{ end }}
</div>
-
- {{ partial "footer.html" . }}
+ {{ if or (.Site.Params.fixedbarContent) (.Site.Params.snsShare)}}
+ {{ partial "footer.html" . }}
+ {{ end }}
</main>
{{ template "_internal/google_analytics.html" . }}