diff --git a/README.md b/README.md index 9bf2317..ad33cfe 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ paginate = 5 fullWidthTheme = false # center theme with default width centerTheme = false + # hide "Read Other Posts" below post content (text defined below in languages section) + # disableReadOtherPosts = true # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 08efb30..083c128 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -30,32 +30,34 @@