mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:26:01 +01:00
Add about page text config option
This commit is contained in:
parent
c2d0ca7eed
commit
ef5b367d70
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue