diff options
author | Case Duckworth | 2022-05-19 15:34:51 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-19 15:34:51 -0500 |
commit | 728aefa7567ca882dc6c85044587509f1fdd5b8a (patch) | |
tree | a5e7ea4307a65320225cbdec25bed7e83d29c77c /tmpl.index.htm | |
parent | Fix building (diff) | |
download | hat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.tar.gz hat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.zip |
Change content
Diffstat (limited to 'tmpl.index.htm')
-rw-r--r-- | tmpl.index.htm | 2 |
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> |