From 70b3ad4df02d5e8f98ef81d89e5c806a182a0a13 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 23 Feb 2022 11:45:22 +0100 Subject: [PATCH] feat: Ajout de Plausible --- Dockerfile | 2 +- layouts/partials/footer.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 }}