zs-starter-template/.zs/onthispage

10 lines
98 B
Plaintext
Raw Normal View History

2023-04-01 07:21:56 +00:00
#!/bin/sh
2023-04-01 06:20:11 +00:00
2023-04-01 07:21:56 +00:00
set -e
2023-03-30 15:28:08 +00:00
{
echo "**On this page**"
echo
2023-04-01 06:20:11 +00:00
toc -d 2 -s 1 "$ZS_FILE"
2023-03-30 15:28:08 +00:00
} | zs gen