mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 13:42:30 +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
14 lines
285 B
Handlebars
14 lines
285 B
Handlebars
# {{ name }}
|
|
|
|
{{# image }}
|
|
<img
|
|
src="./{{ ../folder }}-{{ filename }}" alt="A screenshot of the {{ ../name }}"
|
|
width="{{ width }}" height="{{ height }}" style="height: auto"
|
|
/>
|
|
|
|
{{/ image }}
|
|
> {{{ description }}}
|
|
|
|
{{# keys }}
|
|
- [{{ title }}]({{ ../folder }}/{{ key }})
|
|
{{/ keys }}
|