mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-16 06:32:43 +00:00
3eb3fa5605
- Allow special chars in category name and page title - Improve HTML image attributes readibility - Prod: allow double quotes in category and page descriptions
17 lines
308 B
Handlebars
17 lines
308 B
Handlebars
---
|
|
metaTitle: {{{ name }}} | macOS defaults
|
|
---
|
|
# {{ name }}
|
|
|
|
{{# image }}
|
|
<img
|
|
src="./{{ filename }}" alt="A screenshot of the {{ ../name }}"
|
|
width="{{ width }}" height="{{ height }}" class="height-auto"
|
|
/>
|
|
|
|
{{/ image }}
|
|
> {{{ description }}}
|
|
|
|
{{# keys }}
|
|
- [{{ title }}](./{{ key }}.html)
|
|
{{/ keys }}
|