From 8fac6b9b99955832cb8912365ccced6b1c0f4c6a Mon Sep 17 00:00:00 2001 From: JustineSmithies Date: Sun, 14 May 2023 08:48:35 +0100 Subject: Fixed atom.xml main title to show blogs title from header.html file --- blarg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blarg b/blarg index 0ff018c..09d5b55 100755 --- a/blarg +++ b/blarg @@ -44,7 +44,7 @@ atom_xml() { cat < - $(sed -n '/^# /{s/# //p; q}' index.md) + $(grep -o '<title>.*' header.html | sed 's/\(\|<\/title>\)//g') $(date --iso=seconds) -- cgit v1.2.3