Skip to content

Commit

Permalink
Fix issue with docs/feed.xml validation (facebook#4392)
Browse files Browse the repository at this point in the history
Summary:
Per facebook#4387 this should address the validation error with the link tag.  This is a quick fix, a future iteration could significantly upgrade the jekyll integration.
Pull Request resolved: facebook#4392

Differential Revision: D9923643

Pulled By: gfosco

fbshipit-source-id: e7ed478e55c907add8319290326540e6e44fc0d6
  • Loading branch information
gfosco authored and facebook-github-bot committed Sep 18, 2018
1 parent 990b52e commit 886766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: null
<channel>
<title>{{ site.title | xml_escape }}</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ absolute_url }}/</link>
<link>https://rocksdb.org/feed.xml</link>
<atom:link href="{{ '/feed.xml' | absolute_url }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
Expand Down

0 comments on commit 886766c

Please sign in to comment.