diff options
Diffstat (limited to 'templates/main/jams/info.html')
-rw-r--r-- | templates/main/jams/info.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main/jams/info.html b/templates/main/jams/info.html index d855bed7..63f1cea6 100644 --- a/templates/main/jams/info.html +++ b/templates/main/jams/info.html @@ -1,6 +1,6 @@ {% extends "main/base.html" %} -{% block title %}Code Jams{% endblock %} -{% block og_title %}Code Jams{% endblock %} +{% block title %}Code Jams | Git Primer{% endblock %} +{% block og_title %}Code Jams | Git Primer{% endblock %} {% block og_description %}Information about our code jams - monthly events where users are grouped into pairs to solve a Python task{% endblock %} {% block content %} <div class="uk-section"> |