Atom / RSS meta link

This commit is contained in:
Tom Moor
2019-04-11 19:53:26 -07:00
parent 4a571a088e
commit 2ab35e23f3

View File

@@ -1,5 +1,6 @@
// @flow
import * as React from 'react';
import { Helmet } from 'react-helmet';
import { groupBy, map } from 'lodash';
import format from 'date-fns/format';
import styled from 'styled-components';
@@ -25,6 +26,14 @@ function Changelog({ releases }: Props) {
return (
<Grid>
<Helmet>
<link
rel="alternate"
type="application/atom+xml"
title="Release Notes"
href="https://github.com/outline/outline/releases.atom"
/>
</Helmet>
<PageTitle title="Changelog" />
<Header background="#00ADFF">
<h1>Changelog</h1>