Skip to content

Commit

Permalink
links to profiles and types
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Oct 6, 2023
1 parent fe1e576 commit 573b63e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _includes/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ <h4>Expected values</h4>
<h4>Used on these profiles</h4>
<ul>
{% for v in page.used_in_profiles %}
<li>
{{v}}
</li>
{%- assign profileName = '/profiles/' | append: v %}
<li><a href="{{ profileName | relative_url }}">{{ v }}</a></li>
{% endfor %}
</ul>
{% endif %}
Expand All @@ -32,9 +31,8 @@ <h4>Used on these profiles</h4>
<h4>Used on these types</h4>
<ul>
{% for v in page.used_in_types %}
<li>
{{v}}
</li>
{%- assign typeName = '/types/' | append: v %}
<li><a href="{{ typeName | relative_url }}">{{ v }}</a></li>
{% endfor %}
</ul>
{% endif %}

0 comments on commit 573b63e

Please sign in to comment.