Add descriptions to about/faq flatpages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
title: About ContentDB
|
||||
description: Information about ContentDB's development, history, and more
|
||||
toc: False
|
||||
|
||||
## Development
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
title: Frequently Asked Questions
|
||||
description: FAQ about using ContentDB
|
||||
|
||||
## Users and Logins
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
{{ page['title'] }}
|
||||
{% endblock %}
|
||||
|
||||
{% block description %}{{ page['description'] }}{% endblock %}
|
||||
|
||||
{% block container %}
|
||||
|
||||
{% set html = page.html %}
|
||||
|
||||
Reference in New Issue
Block a user