fixed UnicodeDecodeError

Fixed UnicodeDecodeError when the tag is Unicode char,
This commit is contained in:
波哥 2018-12-16 14:51:42 +08:00 committed by GitHub
parent 2bfd49a853
commit 9eccd9c006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
{% extends "index.html" %}
{% block title %} – {{ _('Tag %(name)s', name=tag) }}{% endblock %}
{% block title %} – Tag {{ tag }}{% endblock %}
{% set summarise = True %}