Revert "Localise clean-blog Theme"

This commit is contained in:
Gilson Filho
2017-05-12 23:32:57 -03:00
committed by GitHub
parent 7572322a86
commit 8e4ccef4eb
16 changed files with 26 additions and 238 deletions

View File

@ -1,5 +1,5 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ gettext('Tag %(tag)s', tag=tag) }}{% endblock %}
{% block title %}{{ SITENAME }} - Tag {{ tag }}{% endblock %}
{% block header %}
{% if HEADER_COVER %}
<header class="intro-header" style="background-image: url('{{ HEADER_COVER }}')">