config: move contact page info to a config option.

Make the info on the contact page configurable instead of hard coded.
This commit is contained in:
evazion
2022-05-09 13:52:27 -05:00
parent 80f3778616
commit f65021fa01
2 changed files with 5 additions and 6 deletions

View File

@@ -242,6 +242,10 @@ module Danbooru
nil
end
# The HTML that should go on the contact page.
def contact_page_html
end
# The number of posts displayed per page.
def posts_per_page
20