mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-27 02:41:56 +00:00
further cleanup
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{% if versions %}
|
||||
<h3>{{ _('Branches') }}</h3>
|
||||
<ul>
|
||||
{%- for item in versions.branches %}
|
||||
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
<h3>{{ _('Tags') }}</h3>
|
||||
<ul>
|
||||
{%- for item in versions.tags %}
|
||||
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
<!-- <h1>*testing versions*</h1> -->
|
||||
Reference in New Issue
Block a user