From 81444d2c7e65fc3ea31dcb75396d86bf834a1e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:53:27 +0100 Subject: [PATCH] Add showAuthor parameter (#287) * Add max number of posts parameter * Put parameter under features * Add showAuthor param * Add explanation --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Emruz Hossain --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index 1dc7f4299ab..8d727e470ea 100644 --- a/config.yaml +++ b/config.yaml @@ -86,6 +86,7 @@ params: # Enable and configure blog posts blog: enable: true + showAuthor: true # shows the author of post (defaults true) # Share post on different social media shareButtons: facebook: true