Skip to content

Commit 54c674a

Browse files
committed
Fix link and id of the feed
The hosts of link and id of the feed were "0.0.0.0". I replaced {{ site.host }}, which returns 0.0.0.0, with {{ site.url }}, which returns "http://rubini.us" as defined in _config.yml.
1 parent 08d6fd7 commit 54c674a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

feed/atom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ layout: nil
55
<feed xmlns="http://www.w3.org/2005/Atom">
66

77
<title type="html">Rubinius Blog</title>
8-
<link rel="self" type="application/atom+xml" href="{{ site.host }}{{ page.url }}" />
9-
<link rel="alternate" type="text/html" href="{{ site.host }}/blog" />
10-
<id>{{ site.host }}/</id>
8+
<link rel="self" type="application/atom+xml" href="{{ site.url }}{{ page.url }}" />
9+
<link rel="alternate" type="text/html" href="{{ site.url }}/blog" />
10+
<id>{{ site.url }}/</id>
1111
<updated>{{ site.time | date_to_xmlschema }}</updated>
1212

1313
{% for post in site.posts %}
1414
<entry>
1515
<title type="html">{{ post.title | xml_escape }}</title>
16-
<id>{{ site.host }}{{ post.url }}</id>
17-
<link rel="alternate" type="text/html" href="{{ site.host }}{{ post.url }}" />
16+
<id>{{ site.url }}{{ post.url }}</id>
17+
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" />
1818
<updated>{{ post.date | date_to_xmlschema }}</updated>
1919
<author>
2020
<name>{{ post.author | xml_escape }}</name>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy