zs-starter-template/.zs/editthispage

8 lines
228 B
Plaintext
Raw Normal View History

#!/bin/sh
2023-04-01 02:28:36 +00:00
GITEA_BASE_URL="https://git.mills.io/prologic/zs-starter-template/_edit/main"
url="${GITEA_BASE_URL}/${ZS_FILE}"
2023-04-01 02:28:36 +00:00
printf "<a href=\"%s\" rel=\"nofollow\" target=\"_blank\">✍️ Edit this page on Gitea.</a>" "$url"