home · contact · privacy
Add page URL title template field.
[redo-blog] / processor / metadata / author.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   printf "Joe Sixpack"
5 fi