diff options
author | dvs1 | 2024-12-21 17:56:41 +1000 |
---|---|---|
committer | dvs1 | 2024-12-21 17:56:41 +1000 |
commit | 2adacbe580ae8ce68d8e48add43a812e6ae8b759 (patch) | |
tree | 0a47449c6e05c8d30db2215d9c53447b9178f936 /default.template | |
parent | Minor doc tweaks. (diff) | |
download | notYetAnotherWiki-2adacbe580ae8ce68d8e48add43a812e6ae8b759.zip notYetAnotherWiki-2adacbe580ae8ce68d8e48add43a812e6ae8b759.tar.gz notYetAnotherWiki-2adacbe580ae8ce68d8e48add43a812e6ae8b759.tar.bz2 notYetAnotherWiki-2adacbe580ae8ce68d8e48add43a812e6ae8b759.tar.xz |
Major rewrite, mostly of the directory scanning code.
It can now populate the links around the edges, and turn an entire
directory structure into a web site.
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.template b/default.template index 97f8073..f8a435f 100644 --- a/default.template +++ b/default.template | |||
@@ -41,7 +41,7 @@ | |||
41 | $menu$ | 41 | $menu$ |
42 | </td> | 42 | </td> |
43 | <td style="background-color: rebeccapurple"> | 43 | <td style="background-color: rebeccapurple"> |
44 | 👣 $webtrail$ | 44 | 👣 $trail$ |
45 | </td> | 45 | </td> |
46 | </tr> | 46 | </tr> |
47 | <tr> | 47 | <tr> |