diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-10-09 19:46:54 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-10-09 19:46:54 +0200 |
commit | c65bf6c1e2af514da5322376a7602ea3be80cda1 (patch) | |
tree | a53f8a3728fd153f854cc215feded27c32f57111 /README.md | |
parent | dc7202a0338126cef3a756dc6761eb0c3885078e (diff) |
html: add atom link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ You have the following constructs to generate your site: - `#:title`: `string`. - `#:subtitle`: `string`. - `#:uri`: URI of main document to insert in Atom. It's a `string`. + - `#:atom-feed-uri`: URI of Atom feed to link from HTML. It's a `string`. - `#:posts`: posts of your website. Used form Atom to create entries of your feed. It's a `list` of `post`s. - `#:updated`: date of the latest update of your site. If nothing is added |