sans-docs/atom-template.xml

29 lines
969 B
XML
Raw Normal View History

2022-09-02 00:40:43 +00:00
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>sans</title>
<link rel="alternate" href="https://smallandnearlysilent.com"/>
<author>
<name>sans folks</name>
</author>
{{ template "content" . }}
</feed>
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>sans</title>
<link rel="alternate" href="https://smallandnearlysilent.com"/>
<author>
<name>sans folks</name>
</author>
<id>https://smallandnearlysilent.com</id>
<updated>{{ .TimeRFC3339 }}</updated>
<link rel="self" href="https://smallandnearlysilent.com/atom.xml"/>
{{ range .entries }}
<entry>
<title>{{ .DisplayName }}</title>
<link rel="alternate" href="https://smallandnearlysilent.com/{{ .Name }}.html"/>
<updated>{{ .TimeRFC3339 }}</updated>
<id>https://smallandnearlysilent.com/{{ .Name }}.html</id>
</entry>
{{ end }}
</feed>