We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d759f42 commit 160eedcCopy full SHA for 160eedc
theme/templates/article.html
@@ -1,5 +1,5 @@
1
{% extends 'base.html' %}
2
-{% block title %}{{ article.title|striptags }} - {{ article.author }} // #{{ super() }}{% endblock title %}
+{% block title %}{{ article.title|striptags }} por {{ article.author }} // #{{ super() }}{% endblock title %}
3
4
{% block head_css %}
5
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css">
0 commit comments