diff --git a/layouts/labs/single.html b/layouts/labs/single.html index f77fc1d..7e53020 100644 --- a/layouts/labs/single.html +++ b/layouts/labs/single.html @@ -29,4 +29,4 @@ {{ end }} -{{ partial "footer.html" . }} +{{ partial "footer-content.html" . }} diff --git a/layouts/partials/footer-content.html b/layouts/partials/footer-content.html new file mode 100644 index 0000000..fb69cf3 --- /dev/null +++ b/layouts/partials/footer-content.html @@ -0,0 +1,27 @@ + + + + + + + + + + +{{ with .Site.Params.analytics }}{{ end }} + + + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index fb69cf3..369cd16 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -11,9 +11,6 @@ - - - {{ with .Site.Params.analytics }}