mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-17 15:03:08 +00:00
16 lines
307 B
Handlebars
16 lines
307 B
Handlebars
|
---
|
||
|
metaTitle: '{{ name }} | macOS defaults'
|
||
|
---
|
||
|
# {{ name }}
|
||
|
|
||
|
{{# image }}
|
||
|
<img src="./{{ filename }}" alt="A screenshot of the {{ ../name }}"
|
||
|
width="{{ width }}" height="{{ height }}" style="height: auto" />
|
||
|
|
||
|
{{/ image }}
|
||
|
> {{{ description }}}
|
||
|
|
||
|
{{# keys }}
|
||
|
- [{{ title }}](./{{ key }}.html)
|
||
|
{{/ keys }}
|