diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-09-26 19:26:04 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-09-26 19:26:04 +0100 |
commit | c7c5087015fc60934c5fa3f51fd900a6857861ba (patch) | |
tree | 857169ad16eba7cb1f43e4bfebe493e1ab4a1b62 | |
parent | d4ccd6401bd141a9fce16572ebe83b1afdad53a9 (diff) |
Added to the Atom section the rel attribute of alternate thanks to Ed Davies for this
-rwxr-xr-x | blarg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |