8000 Add feed URLs to changelog page · YoRobotCop/docs.hackerone.com@363f99e · GitHub
[go: up one dir, main page]

Skip to content

Commit 363f99e

Browse files
committed
Add feed URLs to changelog page
1 parent 67a70be commit 363f99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/changelog/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class IndexRoute extends React.Component {
3434
<div className="article__inner">
3535
<h1>Changelog</h1>
3636
<p>See what's changed or new in HackerOne.</p>
37+
<p>Stay updated: <a href="/changelog/rss.xml">RSS</a> | <a href="/changelog/atom.xml">Atom</a> | <a href="/changelog/feed.json">JSON Feed</a></p>
3738
{edges.map((item, index) => {
3839
return (
3940
<div className="changelog__wrapper" key={index}>

0 commit comments

Comments
 (0)
0