Skip to content

Commit

Permalink
write Rolling instead of master into the version listing
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 13, 2024
1 parent 3302653 commit 50b0cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dl>
<dt>In Development</dt>
{%- for item in versions.in_development|sort(reverse=True) %}
<dd><a href="{{ item.url }}">{{ item.name|title }}</a></dd>
<dd><a href="{{ item.url }}">Rolling</a></dd>
{%- endfor %}
</dl>
</div>
Expand Down

0 comments on commit 50b0cb4

Please sign in to comment.