diff options
author | Wynn Wolf Arbor | 2020-03-15 15:12:01 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-03-15 15:14:23 +0100 |
commit | f98e2598673c7a489deb8dc2b8c0f060a1fb7911 (patch) | |
tree | 625012d5f886052802e2478c9911deab24a8d5f4 /templates | |
parent | 1738d5e0a396b7ee275a0b2e5a89caebaa73cc1c (diff) | |
download | site-f98e2598673c7a489deb8dc2b8c0f060a1fb7911.tar.gz |
templates: Add missing atom feed template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/atom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/atom.xml b/templates/atom.xml new file mode 100644 index 0000000..6e4ea12 --- /dev/null +++ b/templates/atom.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + <title>oriole.systems</title> + <link href="https://oriole.systems/atom.xml" rel="self"/> + <link href="https://oriole.systems/"/> + <updated data-sblg-updated="1"/> + <id data-sblg-id="1"/> + <entry data-sblg-entry="1" data-sblg-forall="1" data-sblg-content="1" data-sblg-altlink="1" + data-sblg-altlink-fmt="https://oriole.systems/${sblg-base}.html" /> +</feed> + |