mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-22 04:40:43 +00:00
feat: add support for hugo summary (#315)
This commit is contained in:
parent
4e2801d1ce
commit
89be30578c
@ -3,6 +3,9 @@
|
|||||||
---
|
---
|
||||||
title: {{ meta.name.value | save_join(" ") }}
|
title: {{ meta.name.value | save_join(" ") }}
|
||||||
type: docs
|
type: docs
|
||||||
|
{% if summary | deep_get(meta, "summary.value") %}
|
||||||
|
summary: {{ meta.summary.value | save_join(" ") }}
|
||||||
|
{% endif %}
|
||||||
---
|
---
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if description | deep_get(meta, "description.value") %}
|
{% if description | deep_get(meta, "description.value") %}
|
||||||
@ -10,6 +13,8 @@ type: docs
|
|||||||
{{ meta.description.value | save_join(" ") }}
|
{{ meta.description.value | save_join(" ") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
{# TOC #}
|
{# TOC #}
|
||||||
{% include '_toc.j2' %}
|
{% include '_toc.j2' %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user