forked from Chaospott/site
made feed.xml path absolute
This commit is contained in:
parent
62f4d41070
commit
95f5a880a2
@ -13,7 +13,7 @@
|
||||
<link href="{{ "/css/font-awesome.min.css" | prepend: site.baseurl }}" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="feed.xml">
|
||||
<link rel="alternate" type="application/rss+xml" href="/feed.xml">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png">
|
||||
|
Loading…
Reference in New Issue
Block a user