mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix RSS link in <head>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<link href="/css/poole.css" rel="stylesheet">
|
||||
<link href="/css/main.css" rel="stylesheet">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS Feed for os.phil-opp.com" ref="/rss.xml" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS feed for os.phil-opp.com" href="{{ config.base_url | safe }}/rss.xml" />
|
||||
|
||||
<script async src="/js/main.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user