mirror of https://github.com/peter4431/rq.git
parent
6fc9454675
commit
28e7ab10df
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="subnav">
|
||||
<ul class="inline">
|
||||
{% for link in site.navigation %}
|
||||
{% if link.url == "/chat/" %}
|
||||
{% for sublink in link.subs %}
|
||||
<li><a href="{{ sublink.url }}">{{ sublink.text }}</a></li>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "RQ Discord"
|
||||
layout: chat
|
||||
---
|
||||
|
||||
Join our discord [here](https://discord.gg/pYannYntWH){:target="_blank" rel="noopener noreferrer"} if you need help or want to chat about contributions or what should come next in RQ.
|
Loading…
Reference in New Issue