diff options
author | luxagraf <sng@luxagraf.net> | 2021-09-12 17:03:06 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-09-12 17:03:06 -0400 |
commit | d6ad109a3f98aa47ad808a84c5979e40d95bf731 (patch) | |
tree | 897b1959616207bdd821a9725753bc569ad6dd1b /app | |
parent | a2ab757fb16eec539e53c17e7e5b7889c789adea (diff) |
posts: redirecting old jrnl/feed.xml to feed.xml
Diffstat (limited to 'app')
-rw-r--r-- | app/builder/views.py | 2 | ||||
-rw-r--r-- | app/pages/templates/pages/luxagraf/homepage.html | 2 |
2 files changed, 2 insertions, 2 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 @@ <img src="/media/img/usa-resize.svg" alt="map of travels" class="homepage-map-img" /> <div> <p>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: <a href="https://luxagraf.net/1969-dodge-travco-motorhome">What's it like for five people to live in a 26ft RV</a>? <a href="https://luxagraf.net/essay/why-a-vintage-rv">Why do we live this way</a>?</p> - <p>The short answer is simple: because we like it and we can. If you want more than a soundbite, <a href="/jrnl/">read through the journal</a>. If you like it, sign up for the newsletter, <a href="/newsletter/friends/"><em>Friends of a Long Year</em></a>. I'd also <a href="/feed.xml">subscribe to the RSS feed</a>, but that's just <a href="/about">me</a>. <!-- If you’re interested there’s a guide section with some <a href="/guides/">advice, tips and tricks for those who’d aspire to live full time in a van or RV</a> --></p> + <p>The short answer is simple: because we like it and we can. If you want more than a soundbite, <a href="/jrnl/">read through the journal</a>. If you like it, sign up for the newsletter, <a href="/friends/"><em>Friends of a Long Year</em></a>. I'd also <a href="/feed.xml">subscribe to the RSS feed</a>, but that's just <a href="/about">me</a>. <!-- If you’re interested there’s a guide section with some <a href="/guides/">advice, tips and tricks for those who’d aspire to live full time in a van or RV</a> --></p> </div> </div> </section> |