~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH harelang.org] blog: Fix link to rss-feed

Details
Message ID
<20240209180738.10666-1-tenno@suij.in>
DKIM signature
missing
Download raw message
Patch: +1 -1
Currently the blog links to index.xml on harelang.org, not on
harelang.org/blog. This results in all pages on harelang.org being
included, which is not the desired behaviour of a blog's rss-feed.

To remedy this, change index.xml to {{.RelPermalink}}/index.xml.

Signed-off-by: Enno Tensing <tenno@suij.in>
---
 layouts/blog/section.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/blog/section.html b/layouts/blog/section.html
index ce76930..d373a33 100644
--- a/layouts/blog/section.html
+++ b/layouts/blog/section.html
@@ -12,7 +12,7 @@
{{ partial "nav.html" }}
<main>
  <h2>The Hare programming language blog</h2>
  <p><a href="index.xml">RSS feed</a></p>
  <p><a href="{{.RelPermalink}}/index.xml">RSS feed</a></p>
  {{ range .Data.Pages }}
  <div class="stub">
    <h2>
-- 
2.43.0

[harelang.org/patches/.build.yml] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CZ0QZBHOFJ72.1NN0NHD6NXI2W@fra02>
In-Reply-To
<20240209180738.10666-1-tenno@suij.in> (view parent)
DKIM signature
missing
Download raw message
harelang.org/patches/.build.yml: FAILED in 2s

[blog: Fix link to rss-feed][0] from [Enno Tensing][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/49326
[1]: tenno@suij.in

✗ #1146581 FAILED harelang.org/patches/.build.yml https://builds.sr.ht/~sircmpwn/job/1146581
Details
Message ID
<CZ6S48WW9MVA.2NT1NZ8RMQA5L@d2evs.net>
In-Reply-To
<20240209180738.10666-1-tenno@suij.in> (view parent)
DKIM signature
pass
Download raw message
thanks!

to git@git.sr.ht:~sircmpwn/harelang.org
  b9b3b7b..d1c52e8  master -> master
Reply to thread Export thread (mbox)