mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-01 20:36:16 +03:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
url="${ZS_FILE}?edit"
|
|
|
|
printf "<a href=\"%s\" rel=\"nofollow\" target=\"_self\">✍️ Edit this page</a>" "$url"
|