From ef5b367d70f86d5ce2ec029de581f2bf7269f4f2 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 17 Apr 2022 17:34:40 +0200 Subject: [PATCH] Add about page text config option --- config/justask.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/justask.yml.example b/config/justask.yml.example index a1125b9b..f1a50127 100644 --- a/config/justask.yml.example +++ b/config/justask.yml.example @@ -9,6 +9,12 @@ email_from: "noreply@justask.rrerr.net" # Name of the "Anonymous" user. (e.g. "Anonymous Coward", "Arno Nym", "Mr. X", ...) anonymous_name: "Anonymous" +# Text shown on the about page (Markdown can be used here) +about: | + # About + + Use this space to describe your Retrospring instance! + # How many items (questions, answers, ...) do you want to show per page? items_per_page: 10