commit 0c239c27fff47d63fc40ef95f76174294deb672c
parent 942cf0752651f25bc6059d5cbf56eee7ff7e5dd9
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 11 Apr 2020 01:30:34 -0400
Minor cleanups
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/publish b/publish
@@ -20,7 +20,6 @@
# along with this program. If not, see \<https://www.gnu.org/licenses/\>.
mainFeed="public/feeds/sitewide-feed.xml"
-descriptionFile="/tmp/publish-description.txt"
destination="paritybit.ca:uploads/"
date=$(date +"%a, %d %b %Y %T %z")
@@ -80,7 +79,7 @@ entry="${entry}<item>"
# Set <title>
entry="${entry}
- <title>$newString $pageTitle</title>"
+ <title>$pageTitle</title>"
# Set <link> and <guid>
entry="${entry}