From a2a191cc3ec4c1e492b698fa23227520c7968164 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Thu, 1 Feb 2024 02:05:14 +0100 Subject: [PATCH] Remove analytics Signed-off-by: Brieuc Dubois --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12a0338..1331386 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ RUN apk add --update hugo WORKDIR /opt/HugoApp COPY . . -# Add analytics -COPY layouts/partials/head.html themes/hugo-blog-awesome/layouts/partials/head.html RUN hugo