diff options
| author | dvs1 | 2025-01-15 13:51:45 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-15 13:51:45 +1000 |
| commit | e42ab57aa699cf45d15f5ff010ae1c3f6ab0aced (patch) | |
| tree | 1f0a57e3b1a153d32d80f5d5dc017ace564cc26b | |
| parent | PmWiki conversion tweak. (diff) | |
| download | notYetAnotherWiki-e42ab57aa699cf45d15f5ff010ae1c3f6ab0aced.zip notYetAnotherWiki-e42ab57aa699cf45d15f5ff010ae1c3f6ab0aced.tar.gz notYetAnotherWiki-e42ab57aa699cf45d15f5ff010ae1c3f6ab0aced.tar.bz2 notYetAnotherWiki-e42ab57aa699cf45d15f5ff010ae1c3f6ab0aced.tar.xz | |
Try to set the HTML title correctly.
| -rwxr-xr-x | notYetAnotherWiki.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 5b38aa7..e4a3c81 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
| @@ -253,6 +253,8 @@ 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 | ||
| 257 | if nil == metadata.title then metadata.title = bit end | ||
| 256 | 258 | ||
| 257 | -- Figure out this pages trail links. | 259 | -- Figure out this pages trail links. |
| 258 | metadata.trail = '' | 260 | metadata.trail = '' |
