zs-starter-template/.zs/editthispage

6 lines
126 B
Plaintext
Raw Normal View History

#!/bin/sh
2024-03-03 00:16:15 -05:00
url="${ZS_FILE}?edit"
2024-03-03 00:16:15 -05:00
printf "<a href=\"%s\" rel=\"nofollow\" target=\"_self\">✍️ Edit this page</a>" "$url"