From abdfc394b1af6cb321bb8e2b021912ff4f861936 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Sun, 12 Jul 2020 01:39:09 +0200 Subject: Remove tracking and fix rss icon --- themes/flamingo/layouts/_default/baseof.html | 19 ------------------- themes/flamingo/layouts/_default/single.html | 8 +------- themes/flamingo/layouts/partials/footer.html | 3 +-- 3 files changed, 2 insertions(+), 28 deletions(-) (limited to 'themes/flamingo/layouts') diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html index 3475f47..9bf2faf 100644 --- a/themes/flamingo/layouts/_default/baseof.html +++ b/themes/flamingo/layouts/_default/baseof.html @@ -5,7 +5,6 @@ - {{ with .Site.Params.favicon }}{{ end }} {{ .Title }} | {{ .Site.Params.description }} @@ -22,10 +21,6 @@ {{ partial "meta" . }} - - {{ if .RSSLink }} - - {{ end }}
@@ -56,18 +51,4 @@ }()) - - - - - - diff --git a/themes/flamingo/layouts/_default/single.html b/themes/flamingo/layouts/_default/single.html index 6261b4b..87b2fc6 100644 --- a/themes/flamingo/layouts/_default/single.html +++ b/themes/flamingo/layouts/_default/single.html @@ -24,12 +24,6 @@
{{ .Content }}
- - + {{ partial "sidebar.html" . }} {{ end }} diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html index 5a3724b..40e51c2 100644 --- a/themes/flamingo/layouts/partials/footer.html +++ b/themes/flamingo/layouts/partials/footer.html @@ -9,7 +9,7 @@ class="brand-icon" target="_blank" href="/index.xml"> - + @@ -21,5 +21,4 @@ {{ partial "comments.html" }} {{ end }} {{ end }} - -- cgit v1.2.3