From ff8e0c9fd38f3aeeebe1c3d3f129de2af2b9163b Mon Sep 17 00:00:00 2001
From: morandan <morandan@users.noreply.github.com>
Date: Sun, 04 Jul 2021 17:00:05 +0000
Subject: [PATCH] style: prettier format all files
---
layouts/_default/single.html | 1 +
README.md | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index 201fbdb..5634601 100644
--- a/README.md
+++ b/README.md
@@ -626,7 +626,7 @@
### Enable Table of Contents
-You can enable a table of contents on a per post basis by adding the following into the front matter of the posts your want the table of contents to appear on.
+You can enable a table of contents on a per post basis by adding the following into the front matter of the posts your want the table of contents to appear on.
```md
+++
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3659a1f..b4a20f1 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -40,6 +40,7 @@
<h3>Table of Contents</h3>
{{ .TableOfContents }}
+
{{- end -}}
{{ .Content }}
--
Gitblit v1.10.0