mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-16 17:36:01 -05:00
6 lines
126 B
Bash
Executable File
6 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"
|