diff --git a/Makefile b/Makefile index a6076ac..1fb8e34 100644 --- a/Makefile +++ b/Makefile @@ -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) --to html --output $@ + pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601)" --to html --output $@ diff --git a/build/atom.xml b/build/atom.xml index e1b8baf..b2ef3c4 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -3,7 +3,8 @@ nevereverever.de nevereverever.de - + 2026-03-10 + 2026-03-10 Never @@ -14,6 +15,7 @@ library rsync-android 2026-01-12 + 2026-01-12 Never @@ -26,6 +28,7 @@ syncronise my library with my Android smartphone. latex-endeavors 2026-01-09 + 2026-01-09 Never @@ -38,6 +41,7 @@ solutions I have encountered. random-linux-utils 2025-07-25 + 2025-07-25 Never diff --git a/pandoc/atom-template.xml b/pandoc/atom-template.xml index fd0b08a..3ddc2d4 100644 --- a/pandoc/atom-template.xml +++ b/pandoc/atom-template.xml @@ -3,7 +3,8 @@ $title$ $id$ - $date$ + $updated$ + $date$ $author$ @@ -15,7 +16,8 @@ $for(articles)$ $articles.title$ $articles.filename$ - $articles.date$ + $if(articles.updated)$$articles.updated$$else$$articles.date$$endif$ + $articles.date$ $articles.author$ diff --git a/public_html/eh/eh/eh/eh-eh/atom.xml b/public_html/eh/eh/eh/eh-eh/atom.xml index e1b8baf..b2ef3c4 100644 --- a/public_html/eh/eh/eh/eh-eh/atom.xml +++ b/public_html/eh/eh/eh/eh-eh/atom.xml @@ -3,7 +3,8 @@ nevereverever.de nevereverever.de - + 2026-03-10 + 2026-03-10 Never @@ -14,6 +15,7 @@ library rsync-android 2026-01-12 + 2026-01-12 Never @@ -26,6 +28,7 @@ syncronise my library with my Android smartphone. latex-endeavors 2026-01-09 + 2026-01-09 Never @@ -38,6 +41,7 @@ solutions I have encountered. random-linux-utils 2025-07-25 + 2025-07-25 Never diff --git a/src/feed.md b/src/feed.md index 6087119..b71bec4 100644 --- a/src/feed.md +++ b/src/feed.md @@ -3,5 +3,6 @@ title: nevereverever.de link: https://nevereverever.de/eh/eh/eh/eh-eh subtitle: Here I post random stuff. author: Never +date: 2026-03-10 id: nevereverever.de ---