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 0991354 commit 21d3a3bCopy full SHA for 21d3a3b
theme/templates/article.html
@@ -1,5 +1,5 @@
1
{% extends 'base.html' %}
2
-{% block title %}{{ article.title|striptags }} // {{ super() }}{% endblock title %}
+{% block title %}{{ article.title|striptags }} - {{ article.author }} // {{ super() }}{% endblock title %}
3
4
{% block head_css %}
5
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css">
0 commit comments