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" . }} + +