diff --git a/Makefile b/Makefile index 1fb8e34..099bd80 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) --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 $@ diff --git a/build/atom.xml b/build/atom.xml index b2ef3c4..01a8f59 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -3,7 +3,7 @@ nevereverever.de nevereverever.de - 2026-03-10 + 2026-03-10T16:25+01:00 2026-03-10 Never @@ -14,7 +14,7 @@ library rsync-android - 2026-01-12 + 2026-01-12T16:24+01:00 2026-01-12 Never @@ -27,7 +27,7 @@ syncronise my library with my Android smartphone. Latex Endeavors latex-endeavors - 2026-01-09 + 2026-01-10T16:23+01:00 2026-01-09 Never @@ -40,7 +40,7 @@ solutions I have encountered. Random linux utilities random-linux-utils - 2025-07-25 + 2025-07-25T16:24+01:00 2025-07-25 Never diff --git a/build/index b/build/index index e633834..c396ad3 100644 --- a/build/index +++ b/build/index @@ -11,7 +11,7 @@ also viewable via  curl . Just run curl nevereverever.de -There also is an RSS Feed to stay updated about my doings. +There also is an Atom Feed to stay updated about my doings. ARTICLES diff --git a/build/index.html b/build/index.html index caf7906..f890e4f 100644 --- a/build/index.html +++ b/build/index.html @@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */ Just run

curl nevereverever.de
-

There also is an RSS Feed to stay updated about my +

There also is an Atom Feed to stay updated about my doings.