mirror of
https://github.com/safing/web
synced 2025-04-12 23:19:09 +00:00
Move feed.xml to blog.xml
This commit is contained in:
parent
de490305ba
commit
3b95d1b66e
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ vendor_url: /vendor/
|
|||
|
||||
### pages
|
||||
about_url: /about/
|
||||
blog_feed_url: /blog.xml
|
||||
blog_url: /blog/
|
||||
backlog_url: /backlog/
|
||||
community_hub_url: /community-hub/
|
||||
|
|
|
@ -7,7 +7,7 @@ layout: null
|
|||
<title>{{ site.title | xml_escape }}</title>
|
||||
<description>{{ site.description | xml_escape }}</description>
|
||||
<link>{{ site.url }}{{ site.base_url }}</link>
|
||||
<atom:link href="{{ site.url }}{{ site.base_url }}feed.xml" rel="self" type="application/rss+xml"/>
|
||||
<atom:link href="{{ site.url }}{{ site.base_url }}{{ site.blog_feed_url }}" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
|
||||
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||
<generator>Jekyll v{{ jekyll.version }}</generator>
|
Loading…
Add table
Reference in a new issue