From db1bead13ed7aa95672ec76b71a6bbe94323559d Mon Sep 17 00:00:00 2001 From: Agil Mammadov Date: Sun, 5 Apr 2026 16:20:22 +0400 Subject: [PATCH] feat: add goatcounter support --- _config.yml | 2 ++ _layouts/default.html | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/_config.yml b/_config.yml index 6309a82..b34cd71 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,8 @@ theme_config: monochrome_images: true footer: true # set to false to hide the footer +# goatcounter: mycode # your GoatCounter site code (e.g. mycode.goatcounter.com) + plugins: - jekyll-feed - jekyll-seo-tag diff --git a/_layouts/default.html b/_layouts/default.html index 233af13..ac934ed 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,5 +20,13 @@ > {% endfor %} {% endif %} + + {%- if site.goatcounter -%} + + {%- endif -%}