From 928cc0f63fd9dda53de9ace7c0dc071117de387e Mon Sep 17 00:00:00 2001 From: 0ge Date: Sat, 20 Apr 2024 20:44:49 +0200 Subject: [PATCH] Update readme with potential GA issue in Hugo prior to v0.125.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a2aef29..ef3e4d6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ $ git clone https://github.com/athul/archie.git Edit the `config.toml` file with `theme="archie"` For more information read the official [setup guide](https://gohugo.io/installation/) of Hugo. +If you encounter any issues with Google Analytics, update Hugo to v0.125.0 or +later and make sure your using the latest version of the theme. + ## Writing Posts Create a new `.md` file in the *content/posts* folder ```yml