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.
2 parents 9eba017 + 21d3a3b commit 025d865Copy full SHA for 025d865
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