Add descriptions to about/faq flatpages

This commit is contained in:
rubenwardy 2023-05-08 01:49:23 +01:00
parent fb329cd76e
commit a2a38f1e14
3 changed files with 4 additions and 0 deletions

@ -1,4 +1,5 @@
title: About ContentDB title: About ContentDB
description: Information about ContentDB's development, history, and more
toc: False toc: False
## Development ## Development

@ -1,4 +1,5 @@
title: Frequently Asked Questions title: Frequently Asked Questions
description: FAQ about using ContentDB
## Users and Logins ## Users and Logins

@ -4,6 +4,8 @@
{{ page['title'] }} {{ page['title'] }}
{% endblock %} {% endblock %}
{% block description %}{{ page['description'] }}{% endblock %}
{% block container %} {% block container %}
{% set html = page.html %} {% set html = page.html %}