From 8bd7f4c78f1deed0668f64e4e2a13a9c4fa936c1 Mon Sep 17 00:00:00 2001 From: Florian Baumann Date: Tue, 27 Oct 2020 09:19:50 +0100 Subject: [PATCH] fix for why.openbsd.rocks --- config.toml | 1 - themes/ease/layouts/partials/header.html | 6 +++--- themes/ease/layouts/partials/menu.html | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 9a1b2eb..3c763ea 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,2 @@ -baseURL = "https://why-openbsd.rocks/" title = "Why OpenBSD rocks" theme = "ease" diff --git a/themes/ease/layouts/partials/header.html b/themes/ease/layouts/partials/header.html index 7684187..7d796e3 100644 --- a/themes/ease/layouts/partials/header.html +++ b/themes/ease/layouts/partials/header.html @@ -33,8 +33,8 @@ - - + + @@ -44,7 +44,7 @@ var _paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setCookieDomain", "*.why-openbsd.rocks"]); - _paq.push(["setDomains", ["*.why-openbsd.rocks","*.why-openbsd.rocks"]]); + _paq.push(["setDomains", ["*.why-openbsd.rocks","*.why-openbsd.rocks", "*.why.openbsd.rocks", "why.openbsd.rocks"]]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { diff --git a/themes/ease/layouts/partials/menu.html b/themes/ease/layouts/partials/menu.html index 4f109b4..f3d4986 100644 --- a/themes/ease/layouts/partials/menu.html +++ b/themes/ease/layouts/partials/menu.html @@ -1,7 +1,7 @@