From 995643cae1238ab3d3b21ae36ac666625d741afa Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 27 Dec 2023 00:42:28 +0100 Subject: Added atom feed for the content The entries are not yet ordered, placement in the index is... questionable, and the content of "published-on" and "last-modified-on" is duplicated in the subtitle line. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a34109f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +_* +atom.xml -- cgit v1.1