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 39fa5ea commit 22d20a8Copy full SHA for 22d20a8
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 }} - {{ article.author }} // #{{ super() }}{% endblock title %}
3
4
{% block head_css %}
5
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css">
0 commit comments