logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: e57025d75f57091a254621f8cff8f0381a573e2a
parent 1a2cf2652ebff3c1fcf99c04e989355296c79069
Author: neauoire <aliceffekt@gmail.com>
Date:   Fri, 23 Oct 2020 12:43:08 -0700

Added RSS to index and 404

Diffstat:

M404.html1+
Mindex.html1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/404.html b/404.html @@ -10,6 +10,7 @@ permalink: /404.html <!-- Redirect --> <meta http-equiv = "refresh" content = "10; url=https://grimgrains.com/site/home.html" /> <link rel="stylesheet" type="text/css" href="https://grimgrains.com/links/main.css"/> + <link rel='alternate' type='application/rss+xml' title='RSS Feed' href='links/rss.xml' /> <title>GrimGrains</title> </head> <body> diff --git a/index.html b/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta name="description" content="Grim Grains is an illustrated food blog, it features plant-based (vegan) recipes."> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel='alternate' type='application/rss+xml' title='RSS Feed' href='links/rss.xml' /> <!-- Twitter --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@RekkaBell">