zs-starter-template/.zs/editthispage
2024-10-04 01:08:28 +10:00

10 lines
256 B
Bash
Executable File

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