about summary refs log tree commit diff stats
path: root/tmpl.index.htm
diff options
context:
space:
mode:
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>