Add the tag's name into the <head> title.

This commit is contained in:
voussoir 2017-07-09 16:41:57 -07:00
parent 533970f248
commit 2d732c5ab0

View file

@ -3,7 +3,11 @@
<head>
{% import "header.html" as header %}
{% import "tag_object.html" as tag_object %}
{% if specific is none %}
<title>Tags</title>
{% else %}
<title>Tag {{specific_tag.name}}</title>
{% endif %}
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/common.css">
<script src="/static/common.js"></script>