diff options
author | dvs1 | 2025-01-15 17:40:45 +1000 |
---|---|---|
committer | dvs1 | 2025-01-15 17:40:45 +1000 |
commit | 6f49b98999767ba45a0ff24c498a6708ae0c7183 (patch) | |
tree | b4950048b82f7f7e5fc0a7d69a72dcf0634f6ab0 /default.template | |
parent | Swap trail and header. (diff) | |
download | notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.zip notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.tar.gz notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.tar.bz2 notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.tar.xz |
Make the logo clickable.
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 b72033d..fd7889a 100644 --- a/default.template +++ b/default.template | |||
@@ -25,7 +25,7 @@ | |||
25 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> | 25 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> |
26 | <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> | 26 | <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> |
27 | <tr> | 27 | <tr> |
28 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 28 | <td><a href="$home$"><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></a></td> |
29 | <td><p>👣 $trail$</p></td> | 29 | <td><p>👣 $trail$</p></td> |
30 | </tr> | 30 | </tr> |
31 | <tr> | 31 | <tr> |