diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 6c7890e7..9740b43d 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -48,7 +48,7 @@
{{ if .inreplyto }} post{{ end }}
{{ if .repostof }} post{{ end }}
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}
{{ .Title }}
@@ -38,7 +39,6 @@
-
+{{end}}
-
-{{ end }}
+{{end}}
diff --git a/themes/anatole/static/css/style.css b/themes/anatole/static/css/style.css
index df06cd6c..03b4bcdb 100644
--- a/themes/anatole/static/css/style.css
+++ b/themes/anatole/static/css/style.css
@@ -773,6 +773,13 @@ a.btn {
height: 80px;
}
+.anchor {
+ display:none;
+}
+
+.anchor:target {
+ display:block;
+}
@media screen and (max-width: 960px) {
.sidebar {