Skip to content

Commit bd42ad8

Browse files
committed
Merge pull request #114 from krdln/patch-1
Fix encoding issue in title in article template
2 parents 9769355 + 3682f48 commit bd42ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/rusted/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html" %}
22

33
{% block title %}
4-
{{ article.title }} {%if article.subtitle %} - {{ article.subtitle }} {% endif %} · {{ super() }}
4+
{{ article.title }} {%if article.subtitle %} - {{ article.subtitle }} {% endif %} · {{ super() }}
55
{% endblock title %}
66

77
{% block head_description %}

0 commit comments

Comments
 (0)