aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xblarg2
1 files changed, 1 insertions, 1 deletions
diff --git a/blarg b/blarg
index 6d80dc8..cde347f 100755
--- a/blarg
+++ b/blarg
@@ -45,7 +45,7 @@ atom_xml() {
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<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>
+ <title>$(grep -o '<title>.*</title>' header.html | sed -e 's/{{TITLE}}//g')</title>
<link href="$uri" rel="self" />
<updated>$(date -Iseconds)</updated>
<author>