From 72cd498eb46af1efa17d3dcb7bfe57096a8c8553 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 25 Jan 2018 08:23:01 -0600 Subject: [PATCH] Fixes #4, point feed links directly to file to avoid web server specific stuff. --- _data/metadata.json | 3 ++- _includes/layouts/base.njk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/metadata.json b/_data/metadata.json index 1852675..ebb2545 100644 --- a/_data/metadata.json +++ b/_data/metadata.json @@ -3,7 +3,8 @@ "url": "https://myurl.com/", "feed": { "subtitle": "I am writing about my experiences as a naval navel-gazer.", - "url": "https://myurl.com/feed/", + "path": "feed/atom.xml", + "url": "https://myurl.com/feed/atom.xml", "id": "https://myurl.com/" }, "author": { diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index abac8eb..23b1a4c 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -6,7 +6,7 @@ {{ title or metadata.title }} - +