diff options
author | Wynn Wolf Arbor | 2020-03-15 18:34:44 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-03-15 18:34:44 +0100 |
commit | 6fa489e1a271be8ae948e3c7b54ee199bf509238 (patch) | |
tree | 3a9b4f7a7eb47e0d590eb2d7fc6fdd956fcd110c /templates | |
parent | f98e2598673c7a489deb8dc2b8c0f060a1fb7911 (diff) | |
download | site-6fa489e1a271be8ae948e3c7b54ee199bf509238.tar.gz |
templates: Simplify atom.xml template
With the newest sblg version, the extra fields for both <updated> and
<id> are no longer needed.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/atom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/atom.xml b/templates/atom.xml index 6e4ea12..2f1de9f 100644 --- a/templates/atom.xml +++ b/templates/atom.xml @@ -2,9 +2,9 @@ <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"/> + <link href="https://oriole.systems"/> + <updated /> + <id /> <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> |