diff --git a/README.md b/README.md index d4b40d3..7291b3a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ paginate = 5 # Show reading time in minutes for posts showReadingTime = false + # Show table of contents at the top of your posts (defaults to false) + # Alternatively, add this param to post front matter for specific posts + # toc = true + # Show full page content in RSS feed items #(default is Description or Summary metadata in the front matter) # rssFullText = true diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 20960f7..fd0ac97 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -40,6 +40,10 @@ {{ end }}