diff options
| author | dvs1 | 2025-01-14 15:46:51 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-14 15:46:51 +1000 |
| commit | fe99d7dd14bee1d562ce1285a5b84942d659d427 (patch) | |
| tree | 50f3ba02d70087542c462f22817dc6ec59abfee1 | |
| parent | Add a hand pointing out for external URL links. (diff) | |
| download | notYetAnotherWiki-fe99d7dd14bee1d562ce1285a5b84942d659d427.zip notYetAnotherWiki-fe99d7dd14bee1d562ce1285a5b84942d659d427.tar.gz notYetAnotherWiki-fe99d7dd14bee1d562ce1285a5b84942d659d427.tar.bz2 notYetAnotherWiki-fe99d7dd14bee1d562ce1285a5b84942d659d427.tar.xz | |
Leave more foot prints.
Diffstat (limited to '')
| -rw-r--r-- | default.template | 2 | ||||
| -rwxr-xr-x | notYetAnotherWiki.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default.template b/default.template index eed4c59..a0ac53f 100644 --- a/default.template +++ b/default.template | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | </tr> | 30 | </tr> |
| 31 | <tr> | 31 | <tr> |
| 32 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> | 32 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> |
| 33 | <td><p>👣 $trail$</p></td> | 33 | <td><p>👣 $trail$</p></td> |
| 34 | </tr> | 34 | </tr> |
| 35 | <tr> | 35 | <tr> |
| 36 | <td style="background-color: black; width: fit-content;"> | 36 | <td style="background-color: black; width: fit-content;"> |
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 748f891..f85a521 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
| @@ -253,7 +253,7 @@ for name, file in pairs(Files) do | |||
| 253 | metadata.trail = '' | 253 | metadata.trail = '' |
| 254 | for i, b in ipairs(bits) do | 254 | for i, b in ipairs(bits) do |
| 255 | if i < #bits then | 255 | if i < #bits then |
| 256 | metadata.trail = metadata.trail .. '<a href="' .. linkFrom(path, table.concat(bits, '/', 1, i)) .. whichPage(b) .. '">' .. b .. '</a> ' | 256 | metadata.trail = metadata.trail .. '<a href="' .. linkFrom(path, table.concat(bits, '/', 1, i)) .. whichPage(b) .. '">' .. b .. '</a> 👣 ' |
| 257 | linkFrom(path, table.concat(bits, '/', 1, i)) | 257 | linkFrom(path, table.concat(bits, '/', 1, i)) |
| 258 | else | 258 | else |
| 259 | metadata.trail = metadata.trail .. b .. ' ' | 259 | metadata.trail = metadata.trail .. b .. ' ' |
