zs-starter-template/.zs/editthispage
2023-04-01 12:28:36 +10:00

8 lines
228 B
Bash
Executable File

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