X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/083b6653f96bcbbea1328090e4775b055ab01c03..f073a43ce9b3328f32c088b4789774ee65350ecc:/notes/templates/note_detail.html diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index b097c55..d15296d 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -1,7 +1,6 @@ {% extends "note_base.html" %} -{% load markdownify %} -{% block title %}Notes - {{ note.title }}{% endblock %} +{% block title %}{{ note.title }} – Notes{% endblock %} {% block content %} {% include "note.html" %}