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