diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-29 13:20:25 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-29 13:20:25 -0500 |
commit | f270b63f80ce440f5b07f07e70e0f022293082d3 (patch) | |
tree | 0e7a36a6fddbb674a6c9f5c0ecdabe74782b1bd4 /Makefile | |
parent | 43d77b17731196d37a6ea6c1f2e025dd1a3497e4 (diff) | |
download | 53hor-f270b63f80ce440f5b07f07e70e0f022293082d3.tar.xz 53hor-f270b63f80ce440f5b07f07e70e0f022293082d3.zip |
added antivirus post, updated dell dock draft
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |