From cd1a331b5e20cd7511ab53dd06c79631b6a7b0c4 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Mon, 23 Dec 2024 20:54:23 -0600 Subject: [PATCH] added goatcounter --- _layouts/2col-welcome.html | 10 ++++++---- _layouts/2col.html | 18 ++++++++++-------- _layouts/centercol.html | 2 ++ 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/_layouts/2col-welcome.html b/_layouts/2col-welcome.html index 4a6b192..a49a136 100644 --- a/_layouts/2col-welcome.html +++ b/_layouts/2col-welcome.html @@ -7,6 +7,7 @@ + {% include layout/sidebar.html %} @@ -21,9 +22,10 @@ {{ content }} + + + + - - - - \ No newline at end of file diff --git a/_layouts/2col.html b/_layouts/2col.html index fd8efb9..20fb827 100644 --- a/_layouts/2col.html +++ b/_layouts/2col.html @@ -7,6 +7,7 @@ + {% include layout/sidebar.html %} @@ -49,13 +50,14 @@ {% endif %} + + + + {% if page.url contains "now"%} + + + + {% endif %} - - - - - {% if page.url contains "now"%} - - - {% endif %} \ No newline at end of file diff --git a/_layouts/centercol.html b/_layouts/centercol.html index e158ad4..ab6625b 100644 --- a/_layouts/centercol.html +++ b/_layouts/centercol.html @@ -57,4 +57,6 @@ {% endif %} + \ No newline at end of file