diff options
author | dvs1 | 2024-12-22 01:56:00 +1000 |
---|---|---|
committer | dvs1 | 2024-12-22 01:56:00 +1000 |
commit | 118bd71a3456e38c2c183e074c4700872eb1795d (patch) | |
tree | e41d2e89d52431a30ab5d0089b915ced01b7d182 /default.template | |
parent | Update a test doc. (diff) | |
download | notYetAnotherWiki-118bd71a3456e38c2c183e074c4700872eb1795d.zip notYetAnotherWiki-118bd71a3456e38c2c183e074c4700872eb1795d.tar.gz notYetAnotherWiki-118bd71a3456e38c2c183e074c4700872eb1795d.tar.bz2 notYetAnotherWiki-118bd71a3456e38c2c183e074c4700872eb1795d.tar.xz |
Move the version number into the code.
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 f8a435f..4c1ac12 100644 --- a/default.template +++ b/default.template | |||
@@ -57,7 +57,7 @@ | |||
57 | </tr> | 57 | </tr> |
58 | <tr> | 58 | <tr> |
59 | <td style="background-color: rebeccapurple"> | 59 | <td style="background-color: rebeccapurple"> |
60 | <p>Page <a href="$history$">history</a>. Web site <a href="$feedatom$">atom feed</a> and <a href="$sourcecode$">source code</a> Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version -0.1.</p> | 60 | <p>Page <a href="$history$">history</a>. Web site <a href="$feedatom$">atom feed</a> and <a href="$sourcecode$">source code</a> Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version $version$.</p> |
61 | </td> | 61 | </td> |
62 | </tr> | 62 | </tr> |
63 | <tr> | 63 | <tr> |