aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/_default/single.html
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-12 01:39:09 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-12 01:39:09 +0200
commitabdfc394b1af6cb321bb8e2b021912ff4f861936 (patch)
tree88e79fa5a6864e0220ed434583675d258cfb4cc9 /themes/flamingo/layouts/_default/single.html
parent35c755fdfe2962f2211c77f52531fe5881d96c40 (diff)
downloadgabrielgio.me-abdfc394b1af6cb321bb8e2b021912ff4f861936.tar.gz
gabrielgio.me-abdfc394b1af6cb321bb8e2b021912ff4f861936.tar.bz2
gabrielgio.me-abdfc394b1af6cb321bb8e2b021912ff4f861936.zip
Remove tracking and fix rss icon
Diffstat (limited to 'themes/flamingo/layouts/_default/single.html')
-rw-r--r--themes/flamingo/layouts/_default/single.html8
1 files changed, 1 insertions, 7 deletions
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 @@
<div class="blog-post-content">
{{ .Content }}
</div>
- <!-- {{ with .Site.DisqusShortname }}
- <div>
- {{ template "_internal/disqus.html" . }}
- </div>
- {{ end }}
- </article> -->
</main>
- <!-- {{ partial "sidebar.html" . }} -->
+ {{ partial "sidebar.html" . }}
{{ end }}