From c455896ae9e69e2498742ff795e7886dee1ffa23 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 Feb 2021 09:55:25 +0100 Subject: Move source files into src --- atom.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 atom.xml (limited to 'atom.xml') diff --git a/atom.xml b/atom.xml deleted file mode 100644 index 3d77b95..0000000 --- a/atom.xml +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: null ---- -{% assign documents = site.documents | where: 'feed', true | sort: 'date' | reverse %} - - {{ site.url }}{{ site.baseurl }}/ - {{ site.title | xml_escape }} - {{ site.description | strip | xml_escape }} - {{ site.time | date_to_xmlschema }} - - - - - {{ site.author }} - {{ site.email }} - - Jekyll{% for post in documents limit:10 %} - - {{ site.url }}{{ site.baseurl }}{{ post.url }} - {{ post.title | xml_escape }} - - {{ site.author }} - {{ site.email }} - - {{ post.date | date_to_xmlschema }} - {% if post.description %} - {{ post.description | strip | xml_escape }}{% endif %} - - {{ post.content | strip | xml_escape }} - {% for tag in post.tags %} - {% endfor %}{% for cat in post.categories %} - {% endfor %} - {% endfor %} - -- cgit v1.1