From 42706e303bf3536b56c066f26dfe39501ebfadeb Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 16:39:44 -0600 Subject: Finishing touches --- _includes/analytics.html | 11 ----------- _includes/disqus-comments.html | 15 --------------- _includes/disqus-counts.html | 16 ---------------- _includes/footer.html | 8 ++------ _includes/header.html | 27 ++++++++++----------------- _includes/isso-comments.html | 3 --- _includes/links-list.html | 7 +++---- _includes/sidebar.html | 4 ++-- 8 files changed, 17 insertions(+), 74 deletions(-) delete mode 100644 _includes/analytics.html delete mode 100644 _includes/disqus-comments.html delete mode 100644 _includes/disqus-counts.html delete mode 100644 _includes/isso-comments.html (limited to '_includes') diff --git a/_includes/analytics.html b/_includes/analytics.html deleted file mode 100644 index 4af718b..0000000 --- a/_includes/analytics.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if site.gaaccount != '' %} - -{% endif %} diff --git a/_includes/disqus-comments.html b/_includes/disqus-comments.html deleted file mode 100644 index 9fe7438..0000000 --- a/_includes/disqus-comments.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if site.comments and page.comments and site.disqus != '' %} - -{% endif %} diff --git a/_includes/disqus-counts.html b/_includes/disqus-counts.html deleted file mode 100644 index 0c41e2b..0000000 --- a/_includes/disqus-counts.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if site.comments and site.disqus != '' %} - -{% endif %} diff --git a/_includes/footer.html b/_includes/footer.html index 22e0324..9b4dac8 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,15 +1,11 @@
- -{% include disqus-counts.html %} -{% include analytics.html %} - diff --git a/_includes/header.html b/_includes/header.html index 0dac9f0..8bc0821 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,12 +5,11 @@ {{ site.name }} - - - - - -{% include isso-comments.html %} + + + + + @@ -29,17 +28,11 @@ diff --git a/_includes/isso-comments.html b/_includes/isso-comments.html deleted file mode 100644 index 0206fc8..0000000 --- a/_includes/isso-comments.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if site.comments and site.isso != '' %} - -{% endif %} diff --git a/_includes/links-list.html b/_includes/links-list.html index 08ce6cf..1f6eedc 100644 --- a/_includes/links-list.html +++ b/_includes/links-list.html @@ -1,7 +1,6 @@

Links

diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 25fdea6..9df403a 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -3,10 +3,10 @@ -- cgit v1.2.3