diff options
Diffstat (limited to 'templates/main/info/help.html')
| -rw-r--r-- | templates/main/info/help.html | 2 | 
1 files changed, 2 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">  |