diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-06-27 20:11:13 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-06-27 20:11:13 +0100 |
commit | b46cbf3ddb836dc9524a6d047d9735dc8fdc1bad (patch) | |
tree | 9d1b567e0fd4f8376ba0d7845507891e6aeec177 | |
parent | 77061fdce94ac8c3804549355043a48839359aff (diff) |
Added fav icon to RSS feed
-rwxr-xr-x | blarg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |