mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
Fix editthispage links
This commit is contained in:
parent
aae29d4bb0
commit
cfb211595e
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GITEA_BASE_URL="https://git.mills.io/prologic/zs-starter-template/_edit/main/index.md"
|
GITEA_BASE_URL="https://git.mills.io/prologic/zs-starter-template/_edit/main"
|
||||||
|
|
||||||
url="${GITEA_BASE_URL}/${ZS_FILE}"
|
url="${GITEA_BASE_URL}/${ZS_FILE}"
|
||||||
|
|
||||||
printf "<a href=\"%s\">✍️ Edit this page on Gitea.</a>" "$url"
|
printf "<a href=\"%s\" rel=\"nofollow\" target=\"_blank\">✍️ Edit this page on Gitea.</a>" "$url"
|
||||||
|
Loading…
Reference in New Issue
Block a user