diff --git a/tpl/index b/tpl/index index cb2212a..0746829 100755 --- a/tpl/index +++ b/tpl/index @@ -63,7 +63,14 @@ cat </dev/null \ + && do-index output-heading output-line close-heading \ + || { + # no do-index is defined; default to accepting input from stdin + yearrange="$( date +%Y )" + lastts="$( date +%s )" + cat + } cat <