summaryrefslogtreecommitdiffstats
path: root/layouts/blog/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/blog/single.html')
-rw-r--r--layouts/blog/single.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index b29ed31..2e1bf0d 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -1,17 +1,17 @@
{{ define "main" }}
<main>
<div class="container">
- <div class="left flex">
- </div>
<div class="center flex">
- <h1>{{ .Title }}</h1>
- <section class="post-meta">Posted on {{ .Date.Format "January 2, 2006" }}</section>
- <article>
- {{ .Content }}
- </article>
- </div>
- <div class="right flex">
+ <h1>{{ .Title }}</h1>
+ <section class="post-meta">Posted on {{ .Date.Format "January 2, 2006" }}</section>
+ <article>
+ {{ .Content }}
+ </article>
</div>
+ <aside class="right flex">
+ <b id="TableOfContentsTitle">Table of Contents</b>
+ {{ .TableOfContents }}
+ </aside>
</div>
</main>
{{ end }}