Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix HTML validation errors | Dan Allen | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | remove is-current from last breadcrumb as it currently breaks the search | Dan Allen | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | add is-current marker to breadcrumb for current page | Dan Allen | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | don't output breadcrumbs ul if page.breadcrumbs is not set | Dan Allen | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | use correct component version in root navigation entry | Dan Allen | 2018-03-18 | 1 | -1/+1 |
| | | | | - use page.componentVersion instead of page.component to retrieve URL for current component version | ||||
* | fix missing component title in breadcrumbs | Dan Allen | 2018-02-07 | 1 | -4/+4 |
| | |||||
* | format Handlebars templates to make them more readable | Dan Allen | 2018-01-02 | 1 | -5/+7 |
| | |||||
* | align templates with UI model | Dan Allen | 2018-01-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | - 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 | 1 | -0/+16 |
- 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 |