squeeze

A static site generator that can put the toothpaste back in the tube.
git clone https://git.stjo.hn/squeeze
Log | Files | Refs | README | LICENSE

commit 9c85393bd337f771268514e1667e4b032403de13
parent d16f458b41cbdf7132c2013798829196ebf66540
Author: St John Karp <contact@stjo.hn>
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:
Mexample/html.pl | 2+-
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),