1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00

feat: add feed title to article page title

This commit is contained in:
Étienne Fildadut 2025-10-12 13:04:13 +02:00
parent 5a47bed5b7
commit 25087a5430

View file

@ -62,7 +62,7 @@ article_template = '''
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>{{ title }}</title>
<title>{{ title }} - {{ feed_title }}</title>
{% if feed_icon_url %}
<link rel="icon" href="{{ feed_icon_url }}" />
{% endif %}