about summary refs log tree commit diff stats
path: root/tmpl.index.htm
diff options
context:
space:
mode:
authorCase Duckworth2022-05-19 15:34:51 -0500
committerCase Duckworth2022-05-19 15:34:51 -0500
commit728aefa7567ca882dc6c85044587509f1fdd5b8a (patch)
treea5e7ea4307a65320225cbdec25bed7e83d29c77c /tmpl.index.htm
parentFix building (diff)
downloadhat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.tar.gz
hat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.zip
Change content
Diffstat (limited to 'tmpl.index.htm')
-rw-r--r--tmpl.index.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl.index.htm b/tmpl.index.htm index dc90a4d..427be53 100644 --- a/tmpl.index.htm +++ b/tmpl.index.htm
@@ -9,7 +9,7 @@ $(sed 's#$(title)#acdw.casa#' _head.htm)
9 <section id="pages"> 9 <section id="pages">
10 <h2>pages here</h2> 10 <h2>pages here</h2>
11 <ul> 11 <ul>
12 $(set -x;for p in ".tmp"/*.env; do . "$p"; print "<li><a href=\"$HTOUT\">$(title)</a></li>"; done) 12 $(for p in ".tmp"/*.env; do . "$p"; print "<li><a href=\"$HTOUT\">$(title)</a></li>"; done)
13 </ul> 13 </ul>
14 </section> 14 </section>
15</main> 15</main>