diff options
author | 2018-03-14 10:19:56 +0000 | |
---|---|---|
committer | 2018-03-14 10:19:56 +0000 | |
commit | 1cb18be258bb744415f48a3e319e1cf35c570e98 (patch) | |
tree | 05cbd2cda70731f27a310822eefb84fb7b102e04 /templates/staff | |
parent | Add payment info for resources, and two more resources (diff) |
Dynamic OpenGraph metadata in page templates
Diffstat (limited to 'templates/staff')
-rw-r--r-- | templates/staff/staff.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/staff/staff.html b/templates/staff/staff.html index 39f75f81..5551ed87 100644 --- a/templates/staff/staff.html +++ b/templates/staff/staff.html @@ -1,5 +1,7 @@ {% extends "main/base.html" %} -{% block title %}Home{% endblock %} +{% block title %}Staff |Home{% endblock %} +{% block og_title %}Staff | Home{% endblock %} +{% block og_description %}Landing page for the staff management area{% endblock %} {% block content %} <div class="uk-container uk-section"> <h1 class="uk-title uk-text-center"> |