+ {{ .Content }}
+
+
+ {{ partial "series-box.html" . }}
+
+ {{ if or .NextInSection .PrevInSection }}
+
+ {{ end }}
+
+ {{ if .Site.Params.shareButtons }}
+ {{ partial "share.html" . }}
+ {{ end }}
+
+ {{ if .Params.comments }}
+
+
- {{ partial "page-metadata/post-full.html" . }}
- {{ partial "series-box.html" . }}
+ {{ partial "page-metadata/post-full.html" . }}
+ {{ partial "series-box.html" . }}
- {{ if .Params.Toc }}
- + {{ .Title | markdownify }} + {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }} +
+
-
+ {{ end }}
- {{ partial "feature-figure.html" . }}
+ {{ partial "feature-figure.html" . }}
-
-
+
+
{{ i18n "table_of_contents" }}
+ {{ if .Params.Toc }} +
+
+ {{ i18n "table_of_contents" }}
+ {{ .TableOfContents }} +
+ {{ i18n "table_of_contents" }}
{{ .TableOfContents }}
-
-
-
- {{ i18n "table_of_contents" }}
- {{ .TableOfContents }}
-
- {{ end }}
+
- {{ with .NextInSection }}
-
-
- {{ end }}
-
- {{ if .Site.Params.shareButtons }}
- {{ partial "share.html" . }}
- {{ end }}
-
- {{ if .Params.comments }}
-
- ← {{ i18n "newer_post" }}
-
-
- {{ .Title | markdownify }}
-
-
- {{ else }}
-
- {{ end }}
-
- {{ with .PrevInSection }}
-
-
- {{ else }}
-
- {{ end }}
-
-
-
- {{ partial "comments.html" . }}
-
- {{ end }}
{{ end }}