macos-defaults/build/vuepress/templates/category.md.handlebars
2020-10-03 15:41:02 +02:00

17 lines
318 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 }}](./{{ lowerCase key }}.html)
{{/ keys }}