diff options
-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> |