home · contact · privacy
Add HTML templating, extend tests.
[redo-blog] / processor / metadata / index_snippet.tmpl.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4 cat << EOF
5 <li><a href="%LINK%">%TITLE%</a></li>
6 EOF
7 fi