mirror of
https://github.com/yannbertrand/macos-defaults
synced 2025-03-05 15:27:27 +00:00
- 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
303 B
Handlebars
17 lines
303 B
Handlebars
---
|
|
metaTitle: {{{ name }}} | macOS defaults
|
|
---
|
|
# {{ name }}
|
|
|
|
{{# image }}
|
|
<img
|
|
src="./{{ filename }}" alt="Une capture de {{ ../name }}"
|
|
width="{{ width }}" height="{{ height }}" class="height-auto"
|
|
/>
|
|
|
|
{{/ image }}
|
|
> {{{ description }}}
|
|
|
|
{{# keys }}
|
|
- [{{ title }}](./{{ key }}.html)
|
|
{{/ keys }}
|