diff options
| author | dvs1 | 2025-01-15 14:03:23 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-15 14:03:23 +1000 |
| commit | 353c131f3b30e78bf6b9f2e9f9d0c2d658889df6 (patch) | |
| tree | 925f0c5e915653667fd256a2d99d2c5be690062b | |
| parent | Try to set the HTML title correctly. (diff) | |
| download | notYetAnotherWiki-353c131f3b30e78bf6b9f2e9f9d0c2d658889df6.zip notYetAnotherWiki-353c131f3b30e78bf6b9f2e9f9d0c2d658889df6.tar.gz notYetAnotherWiki-353c131f3b30e78bf6b9f2e9f9d0c2d658889df6.tar.bz2 notYetAnotherWiki-353c131f3b30e78bf6b9f2e9f9d0c2d658889df6.tar.xz | |
More title tweakage.
| -rwxr-xr-x | notYetAnotherWiki.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index e4a3c81..026363f 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
| @@ -253,7 +253,7 @@ for name, file in pairs(Files) do | |||
| 253 | end | 253 | end |
| 254 | end | 254 | end |
| 255 | end | 255 | end |
| 256 | -- if nil == metadata.title then metadata.title = metadata.pagetitle end | 256 | if nil == metadata.title then metadata.title = metadata.pagetitle end |
| 257 | if nil == metadata.title then metadata.title = bit end | 257 | if nil == metadata.title then metadata.title = bit end |
| 258 | 258 | ||
| 259 | -- Figure out this pages trail links. | 259 | -- Figure out this pages trail links. |
