mirror of https://github.com/peter4431/rq.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
361 B
HTML
17 lines
361 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="subnav">
|
|
<ul class="inline">
|
|
{% for link in site.navigation %}
|
|
{% if link.url == "/contrib/" %}
|
|
{% for sublink in link.subs %}
|
|
<li><a href="{{ sublink.url }}">{{ sublink.text }}</a></li>
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
|
|
{{ content }}
|