diff --git a/_layouts/profile.html b/_layouts/profile.html index ab12940..503dc3c 100644 --- a/_layouts/profile.html +++ b/_layouts/profile.html @@ -8,7 +8,7 @@ {% assign properties1 = site.data[profile_file].allOf[1].properties %} {% assign required1 = site.data[profile_file].allOf[1].required %} -

Source: {{ profile_file }}.json

+

Source: {{ profile_file }}.json

{% for p1_raw in properties1 %} {% assign p1_name = p1_raw[0] %} diff --git a/_layouts/tables.html b/_layouts/tables.html index 78eeaf3..c591aa5 100644 --- a/_layouts/tables.html +++ b/_layouts/tables.html @@ -10,7 +10,7 @@

{{ table_schema.title }}

-

Source: {{ table_schema_file }}.json

+

Source: {{ table_schema_file }}.json

{{ table_schema.description | markdownify }}