macos-defaults/build/vuepress/templates/fr/category.md.handlebars

18 lines
313 B
Handlebars
Raw Normal View History

---
metaTitle: {{{ name }}} | macOS defaults
---
# {{ name }}
{{# image }}
<img
src="./{{ filename }}" alt="Une capture de {{ ../name }}"
width="{{ width }}" height="{{ height }}" class="height-auto"
/>
{{/ image }}
> {{{ description }}}
{{# keys }}
2020-10-03 13:41:02 +00:00
- [{{ title }}](./{{ lowerCase key }}.html)
{{/ keys }}