mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Switch <title> separator from — -> |
This commit is contained in:
parent
9f84d4f8c4
commit
304d9530d3
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ author }} Articles — {{ SITENAME }}
|
||||
{{ author }} Articles | {{ SITENAME }}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue