From 291371be63212f711fb8b6008013250504ac1387 Mon Sep 17 00:00:00 2001 From: Ander Granado Date: Sun, 14 Aug 2022 14:34:54 +0200 Subject: [PATCH] Adds gitignore and google tag --- .gitignore | 16 ++++++++++++++++ layouts/partials/header.html | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index f813275..f225a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,19 @@ yarn-error.log .pnp.js # Yarn Integrity file .yarn-integrity + +### Hugo ### + +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 23214f8..dd2c357 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,8 @@ + + {{ template "_internal/google_analytics.html" . }} + {{ template "_internal/google_analytics_async.html" . }} + +