Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update relativize to return to if from is falsy | Dan Allen | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | rename inc helper to increment | Dan Allen | 2018-02-10 | 1 | -0/+0 |
| | |||||
* | minor optimization to relativize helper | Dan Allen | 2018-02-09 | 1 | -1/+1 |
| | |||||
* | correctly relativize URL when target ends with a fragment identifier | Dan Allen | 2018-02-08 | 1 | -5/+14 |
| | |||||
* | fix missing component title in breadcrumbs | Dan Allen | 2018-02-07 | 1 | -0/+3 |
| | |||||
* | don't assume page.title is set in template | Dan Allen | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | use posix path module in relativize helper | Dan Allen | 2018-01-25 | 1 | -1/+1 |
| | |||||
* | align templates with UI model | Dan Allen | 2018-01-02 | 4 | -20/+18 |
| | | | | | | | | | | | | | | - align templates with Antora's UI model - add relativize helper to relativize a root relative URL to the current page - add detag helper to strip HTML tags from content - detag page title in HTML title element - replace the term "domain" with "component" - rename navigation-component to navigation-menu - update navigation JavaScript to activate path to current page in navigation tree - update build preview task to assign correct properties on model - update sample UI model - remove page-versions and has-versions helpers - compare selected/latest/current using equality instead of checking boolean property | ||||
* | add HTML page templates | Dan Allen | 2017-10-13 | 6 | -0/+32 |
- add HTML page templates - fill in UI model to activate all parts of templates - add helpers for use in templates - update build:preview task to apply 404 template to 404 page |