mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Fix RSS content issue
This commit is contained in:
parent
be556cdd45
commit
1392d6b9a5
1 changed files with 1 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -2,7 +2,7 @@
|
||||||
layout: minify
|
layout: minify
|
||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<title>{{ site.title }} News</title>
|
<title>{{ site.title }} News</title>
|
||||||
<subtitle>{{ site.description }}</subtitle>
|
<subtitle>{{ site.description }}</subtitle>
|
||||||
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
||||||
|
|
Loading…
Reference in a new issue