aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-09-26 19:26:04 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-09-26 19:26:04 +0100
commitc7c5087015fc60934c5fa3f51fd900a6857861ba (patch)
tree857169ad16eba7cb1f43e4bfebe493e1ab4a1b62
parentd4ccd6401bd141a9fce16572ebe83b1afdad53a9 (diff)
Added to the Atom section the rel attribute of alternate thanks to Ed Davies for this
-rwxr-xr-xblarg2
1 files changed, 1 insertions, 1 deletions
diff --git a/blarg b/blarg
index 0f212a1..67b7e96 100755
--- a/blarg
+++ b/blarg
@@ -62,7 +62,7 @@ EOF
<entry>
<title>$title</title>
<content type="html">$content</content>
- <link href="$(echo "$f" | sed -E 's|posts/(.*).md|\1.html|')"/>
+ <link href="$(echo "$f" | sed -E 's|posts/(.*).md|\1.html|')" rel="alternate"/>
<id>tag:$host,$day:$f</id>
<published>$created</published>
<updated>$updated</updated>