fix: 🩹 add missing title attribute to news feed
This commit is contained in:
parent
43345f946e
commit
013816cee3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
{% if mastodon.fediverseCreator %}
|
||||
<meta name="fediverse:creator" content="{{ mastodon.fediverseCreator }}" />
|
||||
{% endif %}
|
||||
<link rel="alternate" href="/feed.xml" type="application/atom+xml">
|
||||
<link rel="alternate" href="/feed.xml" title="Sebin's Blog" type="application/atom+xml">
|
||||
<link rel="stylesheet" href="{{ '/fonts/tilt-warp/tilt-warp.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ '/fonts/encode-sans/encode-sans.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ '/fonts/m-plus-1-code/m-plus-1-code.css' | url }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue