diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4fe7642..f1a125d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -26,21 +26,16 @@ {{ end }} - {{/* The Relative Wrapper: Acts as an anchor for the absolute TOC */}} -
- - {{/* Sidebar TOC: Mobile flow (Top), Desktop absolute (Right) */}} - {{ if .Params.showTableOfContents | default site.Params.article.showTableOfContents }} - - {{ end }} - - {{/* Main Content: Dead center, uninfluenced by anything */}} -
-
+ {{ end }} + +
{{ partial "series/series.html" . }} {{ .Content }} @@ -58,9 +53,8 @@ {{ partial "sharing-links.html" . }} {{ partial "related.html" . }}
-
- - + +