This commit is contained in:
2022-01-03 17:36:14 +00:00
parent 2c989e6591
commit 1182ed10ca
2 changed files with 15 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ title: "Nick Thomas"
* Alias: lupine * Alias: lupine
* Alias: CommunistWolf * Alias: CommunistWolf
=> gemini://astrobotany.mozz.us/public/d76c695875ef42c6ae4a98d8d6182f41 My plant
=> gemini://astrobotany.mozz.us/public/d76c695875ef42c6ae4a98d8d6182f41/m1 My plant (with colour)
=> me@ur.gs.gpg.asc GPG key => me@ur.gs.gpg.asc GPG key
=> /img/nick-thomas.jpg My face => /img/nick-thomas.jpg My face

View File

@@ -2,12 +2,23 @@
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">
<id>{{ .URL }}</id> <id>{{ .URL }}</id>
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
<author>
<name>Nick Thomas</name>
<email>gemini@ur.gs</email>
</author>
<updated>{{ site.Generated.Format "2006-01-02T15:04:05Z07:00" }}</updated> <updated>{{ site.Generated.Format "2006-01-02T15:04:05Z07:00" }}</updated>
<link href="{{ .URL }}" rel="alternate"/> <link href="{{ .URL | safeURL }}" rel="alternate"/>
{{ range .Pages }}<entry> {{ range .Pages }}<entry>
<id>{{ .URL }}</id> <id>{{ .URL }}</id>
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
<author>
<name>Nick Thomas</name>
<email>gemini@ur.gs</email>
</author>
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}</updated> <updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}</updated>
<link href="{{ .URL | safeURL }}" rel="alternate"/>
</entry> </entry>
{{ end -}} {{ end -}}
</feed> </feed>