diff options
Diffstat (limited to 'templates/main/info')
| -rw-r--r-- | templates/main/info/help.html | 2 | ||||
| -rw-r--r-- | templates/main/info/index.html | 2 | ||||
| -rw-r--r-- | templates/main/info/resources.html | 2 | ||||
| -rw-r--r-- | templates/main/info/rules.html | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/templates/main/info/help.html b/templates/main/info/help.html index de041f66..79efcfc3 100644 --- a/templates/main/info/help.html +++ b/templates/main/info/help.html @@ -1,5 +1,7 @@ {% extends "main/base.html" %} {% block title %}Getting Help{% endblock %} +{% block og_title %}Getting Help{% endblock %} +{% block og_description %}A guide on how to ask good questions, how to avoid annoying those helping out, and how to interpret answers{% endblock %} {% block content %} <div class="uk-section"> <div class="uk-container uk-container-small"> diff --git a/templates/main/info/index.html b/templates/main/info/index.html index fe779a3b..89e87eb9 100644 --- a/templates/main/info/index.html +++ b/templates/main/info/index.html @@ -1,5 +1,7 @@ {% extends "main/base.html" %} {% block title %}Information{% endblock %} +{% block og_title %}Information{% endblock %} +{% block og_description %}Informational pages, listings and guides{% endblock %} {% block content %} <div class="uk-section"> <div class="uk-container uk-container-small"> diff --git a/templates/main/info/resources.html b/templates/main/info/resources.html index 6e8a616d..f74b7adb 100644 --- a/templates/main/info/resources.html +++ b/templates/main/info/resources.html @@ -1,5 +1,7 @@ {% extends "main/base.html" %} {% block title %}Resources{% endblock %} +{% block og_title %}Resources{% endblock %} +{% block og_description %}A list of helpful resources for beginner and experienced Python programmers alike{% endblock %} {% block content %} <div class="uk-section"> <div class="uk-container uk-container-small"> diff --git a/templates/main/info/rules.html b/templates/main/info/rules.html index 1853f090..dd7e14d4 100644 --- a/templates/main/info/rules.html +++ b/templates/main/info/rules.html @@ -1,5 +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 content %} <div class="uk-section"> <div class="uk-container uk-container-small"> |