diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-06-27 20:21:20 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-06-27 20:21:20 +0100 |
commit | c9ad8434191e159a7d056419ac82609c4e3b4461 (patch) | |
tree | 3b59388b3ebfdc8361a8a4ebaa67188779a77142 | |
parent | b46cbf3ddb836dc9524a6d047d9735dc8fdc1bad (diff) |
Added fav icon to RSS feed
-rwxr-xr-x | blarg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +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> + <icon>https://justine.smithies.me.uk/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> |