2020-09-26 18:20:23 +00:00
|
|
|
---
|
|
|
|
metaTitle: {{{ name }}} | macOS defaults
|
|
|
|
meta:
|
|
|
|
- property: "og:title"
|
|
|
|
content: macOS defaults > {{{ name }}}
|
|
|
|
- name: "description"
|
2021-04-05 09:42:18 +00:00
|
|
|
content: {{{ metaTag description }}}
|
2020-09-26 18:20:23 +00:00
|
|
|
- property: "og:description"
|
2021-04-05 09:42:18 +00:00
|
|
|
content: {{{ metaTag description }}}
|
2020-09-26 18:20:23 +00:00
|
|
|
- property: "twitter:card"
|
|
|
|
content: "summary"
|
|
|
|
- property: "twitter:image"
|
2020-09-20 19:47:59 +00:00
|
|
|
content: "https://macos-defaults.netlify.app/media-1x1.webp"
|
2020-09-26 18:20:23 +00:00
|
|
|
- property: "og:image"
|
2020-09-20 19:47:59 +00:00
|
|
|
content: "https://macos-defaults.netlify.app/media-1x1.jpg"
|
2020-09-26 18:20:23 +00:00
|
|
|
---
|
|
|
|
# {{ name }}
|
|
|
|
|
|
|
|
{{# image }}
|
2020-09-13 15:38:00 +00:00
|
|
|
<img
|
|
|
|
src="./{{ filename }}" alt="Une capture de {{ ../name }}"
|
|
|
|
width="{{ width }}" height="{{ height }}" style="height: auto"
|
|
|
|
/>
|
2020-09-26 18:20:23 +00:00
|
|
|
|
|
|
|
{{/ image }}
|
2021-04-04 10:49:28 +00:00
|
|
|
{{{ description }}}
|
2020-09-26 18:20:23 +00:00
|
|
|
|
2021-04-04 14:34:17 +00:00
|
|
|
## Keys
|
|
|
|
|
2020-09-26 18:20:23 +00:00
|
|
|
{{# keys }}
|
2021-04-06 05:36:44 +00:00
|
|
|
- [{{ title }}](./{{ slugify key }}.html)
|
2020-09-26 18:20:23 +00:00
|
|
|
{{/ keys }}
|