mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-13 05:50:59 +00:00
7 lines
228 B
Bash
Executable file
7 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"
|