macos-defaults/build/vuepress/templates/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
308 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 }}](./{{ key }}.html)
{{/ keys }}