aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-06-27 20:11:13 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-06-27 20:11:13 +0100
commitb46cbf3ddb836dc9524a6d047d9735dc8fdc1bad (patch)
tree9d1b567e0fd4f8376ba0d7845507891e6aeec177
parent77061fdce94ac8c3804549355043a48839359aff (diff)
Added fav icon to RSS feed
-rwxr-xr-xblarg1
1 files changed, 1 insertions, 0 deletions
diff --git a/blarg b/blarg
index 3ed58fd..f903959 100755
--- a/blarg
+++ b/blarg
@@ -44,6 +44,7 @@ atom_xml() {
cat <<EOF
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
+ <icon>public/favicon-32x32.png</icon>
<title>$(grep -o '<title>.*</title>' header.html | sed 's/\(<title>\|{{TITLE}}<\/title>\)//g')</title>
<link href="$uri" rel="self" />
<updated>$(date --iso=seconds)</updated>