Merge pull request #299 from liangliangyy/dev

close #298
且听风吟 7 years ago committed by GitHub
commit 42d54f5e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@
{% if tag_name %}
{% if statuscode == '404' %}
<title>404 NotFound</title>
{% elif statuscode == '500' %}
<title>Permission Denied</title>
{% elif statuscode == '403' %}
<title>Permission Denied</title>
{% elif statuscode == '500' %}
<title>500 Error</title>
{% else %}
<title></title>

Loading…
Cancel
Save