fix: 🩹 add missing title attribute to news feed

This commit is contained in:
Sebin Nyshkim 2024-10-19 06:13:42 +02:00
parent 43345f946e
commit 013816cee3

View file

@ -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 }}">