-
+
{{ $page.Date.Format "January 2, 2006" }}
{{ $page.WordCount }} words @@ -20,30 +20,29 @@ {{- with .Resources.Match "images/banner.svg" -}} {{ range . }} -
-
-
-
+
+
{{- end -}}
{{- end -}}
{{- with $page.Params.tags -}}
+
+
-
+
{{- end -}}
-
{{- range . -}}
-
- {{ . }}
-
+
+ {{ . }}
+
{{- end -}}
-
+
-
{{ $page.Content }}
@@ -52,15 +51,9 @@
-
-
{{- if .Site.Params.commento.enable -}}
- {{ template "_internal/disqus.html" . }}
-
-
-
{{ partial "related.html" $page }}
diff --git a/src/scss/toc.scss b/src/scss/toc.scss
new file mode 100644
index 0000000..6473eb3
--- /dev/null
+++ b/src/scss/toc.scss
@@ -0,0 +1,15 @@
+div.toc-sidebar {
+ position: fixed;
+ right: 0;
+ background-color: rgb(245,245,245);
+ height: 100%;
+ margin-top: -500%;
+ padding-top: 500%;
+ padding-bottom: 500%;
+ margin-right: 5%;
+
+ & li {
+ list-style: none;
+ padding-bottom: 5px;
+ }
+}
+
@@ -68,6 +61,12 @@
{{- end -}}
+
+
+