summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-03-15 01:44:13 +0200
committerPaul Buetow <paul@buetow.org>2023-03-15 01:44:13 +0200
commit4082179769e6ed50936db43ab674691dce4d9f7a (patch)
treea41a0c196d9c95418ccdcbeafc3afe4c66b85285
parente2648dee7fd93ffc6d6144d46bb0073df718c870 (diff)
already have templates now
-rw-r--r--IDEA.md4
-rw-r--r--lib/atomfeed.source.sh2
2 files changed, 2 insertions, 4 deletions
diff --git a/IDEA.md b/IDEA.md
index 88a306b..65333e6 100644
--- a/IDEA.md
+++ b/IDEA.md
@@ -1,9 +1,5 @@
# IDEAs
-## Templating
-
-Templating of .gmi files (e.g. insert %%TOC%% to Gemtext files as well). Could also template common .gmi page headers and footers. Could also insert bash code here.
-
## Also generate a PDF book
I could use pandoc for this (convert from Markdown to PDF). This works on Fedora Linux 34:
diff --git a/lib/atomfeed.source.sh b/lib/atomfeed.source.sh
index 918c0f3..10ec380 100644
--- a/lib/atomfeed.source.sh
+++ b/lib/atomfeed.source.sh
@@ -118,6 +118,8 @@ atomfeed::_entry () {
log WARN "No publishing date specified for $gmi_file, assuming $date"
atomfeed::_insert_date "$date" "$gemfeed_dir/$gmi_file"
+ else
+ log INFO "Publishing date is $date"
fi
assert::not_empty publishing_date "$date"