From 6e58b6dc132884cfe76290cc6521d1ed06ccc54b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 8 Dec 2025 21:56:49 +0000 Subject: Fixed issue with atom first title --- blarg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blarg b/blarg index cde347f..7721f6a 100755 --- a/blarg +++ b/blarg @@ -45,7 +45,7 @@ atom_xml() { https://justine.smithies.me.uk/public/favicon-32x32.png - $(grep -o '<title>.*' header.html | sed -e 's/{{TITLE}}//g') + $(grep -o '.*' header.html | sed -e 's/{{TITLE}}//g') $(date -Iseconds) -- cgit v1.2.3