summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 10:03:50 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit4a5222bbee1b67645b51d8f286a44e2568116ca6 (patch)
treee25434765d5737f46cdea99fe9f5a7fe861a4a3f
parent877f88b791cece4e82f1343cfef86ece5628daa2 (diff)
quotation fixes and make atom w3c validator happier
-rwxr-xr-xbuetow.org.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index 245d608f..5bc2cea6 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -42,10 +42,10 @@ atom::meta () {
echo 'local meta_post_is_new=1'
cat <<META | tee $meta_file
local meta_date=$now
-local meta_author=$AUTHOR
+local meta_author='$AUTHOR'
local meta_email=$EMAIL
-local meta_title="$title"
-local meta_summary="$summary..."
+local meta_title='$title'
+local meta_summary='$summary...'
META
git add $meta_file
return
@@ -68,7 +68,7 @@ atom::generate () {
<subtitle>$SUBTITLE</subtitle>
<link href="gemini://$DOMAIN/gemfeed/" rel="self" />
<link href="gemini://$DOMAIN/" />
- <id>gemini://$DOMAIN</id>
+ <id>gemini://$DOMAIN/</id>
<updated>$now</updated>
ATOMHEADER