We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c60e4a commit a069151Copy full SHA for a069151
index.md
@@ -42,7 +42,9 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
42
download iteration
43
{%- assign separator = ": " -%}
44
{%- endif -%}
45
+{%- if file.basename != "latest" -%}
46
{{ separator }} [{{ file.basename | replace: "-", "‑" }}]({{ site.baseurl }}{{ file.path }})
47
{%- assign separator = ", " -%}
48
49
+{%- endif -%}
50
{%- endfor %}
0 commit comments