Use | in page title

This commit is contained in:
2022-07-01 23:52:19 -07:00
parent 163ef3aad3
commit 72928fd415
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %}
{% block title %}{{ article.title|striptags }} | {{ SITENAME }}{% endblock %}
{% block head %}
{{ super() }}