zs-starter-template/.zs/onthispage

10 lines
98 B
Plaintext
Raw Normal View History

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