diff options
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"> |