Skip to content

Commit 59062b1

Browse files
committed
Jekyll does not load variables in front-matter
1 parent d169e64 commit 59062b1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

_includes/alternative-schema-entry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## {{ page.slug }} - {{ page.description }}
44

5-
{{ page.summary }}
5+
{{ include.summary }}
66

77
{% if page.issue %}
88
### GitHub Issue

registries/_alternative-schema/jsonSchema.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
owner: darrelmiller
33
issue: 1532
44
description: JSON Schema
5-
summary: The `{{ page.slug }}` `alternativeSchema` `type` refers to [JSON Schema](http://json-schema.org/) in any version.
65
layout: default
76
---
87

9-
{% include alternative-schema-entry.md %}
8+
{% include alternative-schema-entry.md summary="The `{{ page.slug }}` `alternativeSchema` `type` refers to [JSON Schema](http://json-schema.org/) in any version." %}

registries/_alternative-schema/xmlSchema.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
owner: darrelmiller
33
issue: 1532
44
description: xml Schema
5-
summary: The `{{ page.slug }}` `alternativeSchema` `type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version.
65
layout: default
76
---
87

9-
{% include alternative-schema-entry.md %}
8+
{% include alternative-schema-entry.md summary="The `{{ page.slug }}` `alternativeSchema` `type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version." %}

0 commit comments

Comments
 (0)