diff options
Diffstat (limited to '.zs')
| -rwxr-xr-x | .zs/components/footer | 8 | ||||
| -rwxr-xr-x | .zs/components/nav | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/.zs/components/footer b/.zs/components/footer index 0a8b019..e3198f3 100755 --- a/.zs/components/footer +++ b/.zs/components/footer @@ -39,6 +39,14 @@ print(html { }, { tag = "span", + { + tag = "a", + href = "/rss.xml", + "rss" + } + }, + { + tag = "span", "built on: ", { tag = "time", diff --git a/.zs/components/nav b/.zs/components/nav index e2ff283..935cd92 100755 --- a/.zs/components/nav +++ b/.zs/components/nav @@ -47,10 +47,6 @@ local links = { url = "/buttons.html", title = "buttons" }, - { - url = "/rss.xml", - title = "rss" - } } ---@param path string |
