diff options
-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> |