diff options
author | uvok cheetah | 2024-09-17 21:32:07 +0200 |
---|---|---|
committer | uvok cheetah | 2024-09-17 21:32:07 +0200 |
commit | 71a385a4cc71d1b889e02537fe4d2787f24fa93c (patch) | |
tree | 81a33f17f0514874cc814813f5c1f5c2b0f6cfaf /_includes/head.html | |
parent | c473394cd0e39cc7ac34d9de4adaecd02f08d77a (diff) |
Fix title of RSS feed
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html index 079e961..0451f15 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> {%- seo -%} <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}?v={{ site.cssversion }}"> - {%- feed_meta -%} + <link type="application/atom+xml" rel="alternate" href="/feed.xml" title="RSS feed of uvoks Blog" /> <meta http-equiv="onion-location" content="http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion{{ page.url }}" /> {% if page.layout == "postlist" %} <meta name="keywords" content="uvok, cheetah, furry, blog, homepage"> |