Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorg0hl1n <g0hl1n@users.noreply.github.com>2021-08-02 02:10:49 +0300
committerGitHub <noreply@github.com>2021-08-02 02:10:49 +0300
commitabd457f0d0199243eedbbb985df0d51608f6d45e (patch)
tree3b0539da2b13e664b14cc4d9ec1ebaf74219ca93 /exampleSite/config.toml
parente265efc6bf6c290bd46c545c98f5ad892fb06857 (diff)
Add recent posts parameter to hide summary (#283)
Introduce a recent_posts.hide_summary flag to not show the contents summary in the recent posts section. Signed-off-by: Richard Leitner <dev@bubus.at>
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 34ca6cb..c4fda7a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -198,3 +198,4 @@ paginate = 10
enable = true
title = "From our blog"
subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."
+ hide_summary = false