diff --git a/Dockerfile b/Dockerfile index 3f66d28..322c3a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.weko.io/nginx-lowtech:0.0.9 +FROM registry.weko.io/nginx-lowtech:0.1.0 # Copie des sources du site COPY public /usr/share/nginx/html diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ffa5480..af6c3d5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,3 +35,7 @@ +{{ if or (eq hugo.Environment "production") (eq hugo.Environment "staging") }} + + +{{ end }}