diff options
| author | 2018-05-05 17:37:58 +0100 | |
|---|---|---|
| committer | 2018-05-05 17:37:58 +0100 | |
| commit | 7fda7be72d9b9abaec92b799760b1acfaeffa232 (patch) | |
| tree | 4b46afc189587a403396b5d71b8726da00a2702c /templates/wiki/page_edit.html | |
| parent | Use Discord embed image for index page button (diff) | |
| parent | Update README.md (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'templates/wiki/page_edit.html')
| -rw-r--r-- | templates/wiki/page_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/page_edit.html b/templates/wiki/page_edit.html index a2d709e2..51ce70db 100644 --- a/templates/wiki/page_edit.html +++ b/templates/wiki/page_edit.html @@ -1,7 +1,7 @@ {% extends "wiki/base.html" %} {% block title %}Wiki | Edit: {{ page }}{% endblock %} {% block og_title %}Wiki | Edit: {{ page }}{% endblock %} -{% block og_description %}Landing page for the wiki{% endblock %} +{% block og_description %}{% endblock %} {% block extra_head %} <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.3.3/ace.js" type="application/javascript"></script> {% endblock %} |