summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-29 13:20:25 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-29 13:20:25 -0500
commitf270b63f80ce440f5b07f07e70e0f022293082d3 (patch)
tree0e7a36a6fddbb674a6c9f5c0ecdabe74782b1bd4 /Makefile
parent43d77b17731196d37a6ea6c1f2e025dd1a3497e4 (diff)
download53hor-f270b63f80ce440f5b07f07e70e0f022293082d3.tar.xz
53hor-f270b63f80ce440f5b07f07e70e0f022293082d3.zip
added antivirus post, updated dell dock draft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8458d6..d59fa49 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ post:
cp $(TEMPLATE) $$FILENAME; \
sed -i '' "s/{{ title }}/$$TITLE/g" $$FILENAME; \
$$EDITOR $$FILENAME; \
- sed -i '' "s#</channel> </rss>#<item> <title>$$TITLE</title> <pubDate>$$LONG_DATE</pubDate> <link>https://www.53hor.net/$$FILENAME</link> <guid>https://www.53hor.net/$$FILENAME</guid> </item>\n</channel> </rss>#" rss.xml; \
+ sed -i '' "s#</channel>#<item> <title>$$TITLE</title> <pubDate>$$LONG_DATE</pubDate> <link>https://www.53hor.net/$$FILENAME</link> <guid>https://www.53hor.net/$$FILENAME</guid> </item>\n</channel>#" rss.xml; \
sed -i '' "s#<ul id=\"index\">#<ul id=\"index\">\n<li> <a href=\"/$$FILENAME\">$$TITLE <code>$$LONG_DATE</code> </a> </li>#" index.html
live: