diff options
author | 2018-05-29 16:47:52 +0100 | |
---|---|---|
committer | 2018-05-29 16:47:52 +0100 | |
commit | e9c85be566c7a340e99e1f9d6f1dfb8b0a94ca92 (patch) | |
tree | bb636fe01c9b2b3af98ac5f9d2273f8ddf3c851a /templates/main/about | |
parent | Bump pytest from 3.5.1 to 3.6.0 (#78) (diff) |
Address input given in contrib channel, and add FAQ
Diffstat (limited to 'templates/main/about')
-rw-r--r-- | templates/main/about/channels.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/main/about/channels.html b/templates/main/about/channels.html index 0ee8df2f..e970a26d 100644 --- a/templates/main/about/channels.html +++ b/templates/main/about/channels.html @@ -1,7 +1,7 @@ {% extends "main/base.html" %} -{% block title %}Rules{% endblock %} -{% block og_title %}Rules{% endblock %} -{% block og_description %}The server rules, along with an explanation of what happens when they're broken{% endblock %} +{% block title %}Channels{% endblock %} +{% block og_title %}Channels{% endblock %} +{% block og_description %}Channel listing and what's each channel is for{% endblock %} {% block content %} <div class="uk-section"> <div class="uk-container uk-container-small"> |