From e96ff3e29dd37bd1e1b3ebdfbcc5e81ae693cb48 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 4 Jan 2023 11:51:17 -0800 Subject: [PATCH] Analytics. Bye bye Google. --- _config.gldstudio.yml | 1 + _config.local.yml | 1 + _config.yml | 1 + _includes/analytics.html | 13 +++++-------- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.gldstudio.yml b/_config.gldstudio.yml index deb5cdd..9edc9a6 100644 --- a/_config.gldstudio.yml +++ b/_config.gldstudio.yml @@ -1,4 +1,5 @@ name : gld +id : 2 description: Gabriel Dunne author : Gabriel Dunne url : https://gld.studio diff --git a/_config.local.yml b/_config.local.yml index 01a5293..9061ec9 100644 --- a/_config.local.yml +++ b/_config.local.yml @@ -1,4 +1,5 @@ name : gld +id : 0 description: Gabriel Dunne author : Gabriel Dunne url : http://localhost:4000 diff --git a/_config.yml b/_config.yml index 6e91af2..93fd4d7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ name : Gabriel Dunne +id : 1 description: Gabriel Dunne author : Gabriel Dunne url : https://gabrieldunne.com diff --git a/_includes/analytics.html b/_includes/analytics.html index 7726833..b38ea31 100644 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -1,8 +1,5 @@ - +{% if site.id == 1 %} + +{% elsif site.id == 2 %} + +{% endif %} -- 2.34.1