mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
fix link URLs in blog Atom feed
This commit is contained in:
parent
63a5e98d41
commit
91e5b6d81a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ layout: nil
|
|||
{% for post in site.posts %}
|
||||
<entry>
|
||||
<title>{{ post.title }}</title>
|
||||
<link href="http://{{ site.url }}{{ post.url }}"/>
|
||||
<link href="{{ site.url }}{{ post.url }}"/>
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||
<id>{{site.url }}{{ post.id }}</id>
|
||||
<content type="html">{{ post.content | xml_escape }}</content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue