testing dates

This commit is contained in:
Never Gude 2026-03-10 16:26:36 +01:00
parent 9ff94ef981
commit f51adc3b36
12 changed files with 20 additions and 14 deletions

View file

@ -74,4 +74,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR)
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
$(BUILDDIR)/atom.xml: $(SRCDIR)/feed.md $(articles_html) | $(BUILDDIR)
pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601)" --to html --output $@
pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601=minutes)" --to html --output $@