Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes getPageSubdirectoryPrefix thinking we're deeper than
we really are.
|
|
|
|
|
|
|
|
|
|
|
|
Super simple technically functional sketch.
|
|
This is WIP but seems to be working! Pretty big test of
the new html.template system, which needed some extension
here.
|
|
|
|
* new: generateAlbumTrackListItem
* new: generateContributionLinks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also keeps the wiki from exploding when all tracks in
a given album are errored (so its track list is empty).
|
|
Data-ize various page content-generation calls
|
|
|
|
* page.cover replaces calls to generateCoverLink
* page.main.headingMode replaces calls to
generateStickyHeadingContainer or html.tag('h1')
* page.main.classes: ['long-content'] replaces hard-
coded calls to html.tag('div', {class: 'long-content'})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|