Fix issue with docs/feed.xml validation (#4392)

Summary:
Per #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: https://github.com/facebook/rocksdb/pull/4392

Differential Revision: D9923643

Pulled By: gfosco

fbshipit-source-id: e7ed478e55c907add8319290326540e6e44fc0d6
main
Fosco Marotto 6 years ago committed by Facebook Github Bot
parent 990b52e95b
commit 886766c31d
  1. 2
      docs/feed.xml

@ -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>

Loading…
Cancel
Save