diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-15 15:02:43 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-15 15:55:37 +0900 |
commit | b6f13b126acb62f036fa508cfc05120a718aea16 (patch) | |
tree | 547adfe8f39273c32a0a14c35fc961f4c02775a6 /templates | |
parent | 9654504997ab1d62f118f1fe896257f3011cdb57 (diff) | |
download | phylactery-b6f13b126acb62f036fa508cfc05120a718aea16.tar.gz |
Implement Atom feed
Implements: https://todo.sr.ht/~cnx/phylactery/2
Diffstat (limited to 'templates')
-rw-r--r-- | templates/directory.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/directory.html b/templates/directory.html index 570e526..15ee01c 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -1,5 +1,6 @@ {{template "base-head.html" -}} <link rel=stylesheet href=/static/directory.css> +<link rel='alternate' type='application/atom+xml' href='?feed=atom'> <title>{{.Title}}</title> <body> <main> |