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,6 +1,6 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ gettext('Authors') }}{% endblock title %}
{% block title %}{{ SITENAME }} - Authors{% endblock title %}
{% block header %}
<!-- Page Header -->
@ -15,7 +15,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>{{ gettext('Articles by %(name)s', name=author) }}</h1>
<h1>Articles by {{ author }}</h1>
</div>
</div>
</div>