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:
parent
5a47bed5b7
commit
25087a5430
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue