macos-defaults/build/vuepress/templates/fr/category.md.handlebars
Yann Bertrand 3eb3fa5605
♻️ Normalize templates
- Allow special chars in category name and page title
- Improve HTML image attributes readibility
- Prod: allow double quotes in category and page descriptions
2020-09-26 20:24:54 +02:00

17 lines
303 B
Handlebars

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