commit 924802a46d32aed63860a458cae12a87ff772d15
parent 868f82a207ae35a462745237545edf2dc26a69cd
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date: Fri, 24 Mar 2017 21:48:36 +0800
Update head.html
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/head.html b/_includes/head.html
@@ -12,7 +12,7 @@
{% endcapture %}
{% else %}
{% capture page_title %}
- {%if page.slug == 'category' %}Categoria: {% endif %}
+ {%if page.slug == 'category' %}Category: {% endif %}
{%if page.slug == 'tag' %}Tag: {% endif %} {{ page.title }} | {{ site.title }}{{ site.title2}}
{% endcapture %}
{% endif %}
@@ -30,7 +30,7 @@
{{ site.description }}
{% endif %}
{%if paginator and paginator.page != 1 %} - {{ paginator.page }} {% endif %}
- {%if page.slug == 'category' %} Categoria: {{ page.title }}{% endif %}
+ {%if page.slug == 'category' %} Category: {{ page.title }}{% endif %}
{%if page.slug == 'tag' %} Tag: {{ page.title }}{% endif %}
{% endcapture %}