Updates
This commit is contained in:
@@ -8,6 +8,9 @@ title: "Nick Thomas"
|
||||
* Alias: lupine
|
||||
* 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
|
||||
=> /img/nick-thomas.jpg My face
|
||||
|
||||
|
@@ -2,12 +2,23 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>{{ .URL }}</id>
|
||||
<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>
|
||||
<link href="{{ .URL }}" rel="alternate"/>
|
||||
<link href="{{ .URL | safeURL }}" rel="alternate"/>
|
||||
{{ range .Pages }}<entry>
|
||||
<id>{{ .URL }}</id>
|
||||
<title>{{ .Title }}</title>
|
||||
<author>
|
||||
<name>Nick Thomas</name>
|
||||
<email>gemini@ur.gs</email>
|
||||
</author>
|
||||
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}</updated>
|
||||
<link href="{{ .URL | safeURL }}" rel="alternate"/>
|
||||
</entry>
|
||||
{{ end -}}
|
||||
</feed>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user