mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-22 05:16:04 +03:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
GITEA_BASE_URL="https://git.mills.io/prologic/zs-starter-template/_edit/main/index.md"
|
||
|
|
||
|
url="${GITEA_BASE_URL}/${ZS_FILE}"
|
||
|
|
||
|
printf "<a href=\"%s\">✍️ Edit this page on Gitea.</a>" "$url"
|