From 9bb829408979ee8442aea46a835a9a8abdc1cd11 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 19 Sep 2016 10:00:28 +0300 Subject: [PATCH] Add RSS feed for posts to base layout Not sure who uses RSS anymore but Hugo automatically generates the feed so we might as well advertise it. --- layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7d70fe2..db2f195 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,6 +16,9 @@ {{ "" | safeHTML }} + + {{ "" | safeHTML }} +