From d6ad109a3f98aa47ad808a84c5979e40d95bf731 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 12 Sep 2021 17:03:06 -0400 Subject: posts: redirecting old jrnl/feed.xml to feed.xml --- app/builder/views.py | 2 +- app/pages/templates/pages/luxagraf/homepage.html | 2 +- design/templates/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/builder/views.py b/app/builder/views.py index 5d209d5..296b9e6 100644 --- a/app/builder/views.py +++ b/app/builder/views.py @@ -21,7 +21,7 @@ def do_build(request): BuildJrnl("posts", "post").build_arc() elif section == 'buildrss': context = {'message': 'Writing RSS to Disk'} - BuildJrnl("posts", "post").build_feed("jrnl:feed") + BuildJrnl("posts", "post").build_feed("feed") elif section == 'homepage': context = {'message': 'Writing index to Disk'} BuildHome("pages", "homepage").build() diff --git a/app/pages/templates/pages/luxagraf/homepage.html b/app/pages/templates/pages/luxagraf/homepage.html index 7a768f9..fa322c9 100644 --- a/app/pages/templates/pages/luxagraf/homepage.html +++ b/app/pages/templates/pages/luxagraf/homepage.html @@ -47,7 +47,7 @@ map of travels

We’re a family of five living full time in a vintage 1969 Dodge Travco motorhome. We’ve been at it for three years now. People always ask: What's it like for five people to live in a 26ft RV? Why do we live this way?

-

The short answer is simple: because we like it and we can. If you want more than a soundbite, read through the journal. If you like it, sign up for the newsletter, Friends of a Long Year. I'd also subscribe to the RSS feed, but that's just me.

+

The short answer is simple: because we like it and we can. If you want more than a soundbite, read through the journal. If you like it, sign up for the newsletter, Friends of a Long Year. I'd also subscribe to the RSS feed, but that's just me.

diff --git a/design/templates/base.html b/design/templates/base.html index 9aedc38..5db71d0 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -42,7 +42,7 @@

© 2003-{% now "Y" %} -- cgit v1.2.3