Skip to content

Commit 0ac8df3

Browse files
committed
Call out "view" and "download" links
1 parent 08a99b0 commit 0ac8df3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
3838
{%- endif -%}
3939
{%- if segments[3] != last_kind -%}
4040
{%- assign last_kind = segments[3] %}
41-
* [**{{ last_kind }}**]({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/latest.html)
41+
* [**view latest {{ last_kind }}**]({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/latest.html)
42+
download iteration
4243
{%- assign separator = ": " -%}
4344
{%- endif -%}
44-
{{ separator }} [{{ file.basename }}]({{ site.baseurl }}{{ file.path }})
45+
{{ separator }} [{{ file.basename | replace: "-", "‑" }}]({{ site.baseurl }}{{ file.path }})
4546
{%- assign separator = ", " -%}
4647
{%- endif -%}
4748
{%- endfor %}

0 commit comments

Comments
 (0)