commit 193747ba2cd502be711ee8a621e94ec57a1a1ce7
parent ad6b47e80dd3f19aa7d67f2cc06bf6c340b752c2
Author: St John Karp <stjohn@mulligrubs.me>
Date: Wed, 21 Oct 2020 06:04:06 -0500
Update example template with article-date ID
Updated the example template with id="article-date" so that it
will work with the updated squeeze.sh, which keys off this ID.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/html.pl b/example/html.pl
@@ -185,7 +185,7 @@ article_subtitle(ArticleSubtitle) -->
article_meta(ArticleDate) -->
"<div class=\"entry-meta\">",
newline, tab, tab, tab,
- "<time datetime=\"",
+ "<time id=\"article-date\" datetime=\"",
anything(ArticleDate),
"\">",
anything(ArticleDate),