Adding Fediring to the side bar
This commit is contained in:
parent
a08427b462
commit
7762b99ff0
1 changed files with 19 additions and 1 deletions
|
@ -119,8 +119,26 @@
|
||||||
<p>{{ article.date|strftime('%d %B %Y') }}<!-- - {{ article.summary}}--></p>
|
<p>{{ article.date|strftime('%d %B %Y') }}<!-- - {{ article.summary}}--></p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
|
||||||
</section>
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if FEDIRING sameas True %}
|
||||||
|
<section>
|
||||||
|
<div class="webring">
|
||||||
|
<h2>Fediring</h2>
|
||||||
|
<p>
|
||||||
|
<a href="https://fediring.net/previous?host={{ FEDIRINGURL }}"">- </a>
|
||||||
|
{% if FEDIRINGRANDOM sameas True %}
|
||||||
|
<a href="https://fediring.net/">Fediring</a>
|
||||||
|
{% endif %}
|
||||||
|
<a href="https://fediring.net/next?host={{ FEDIRINGURL }}">→</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if CONTACT_EMAIL or CONTACT_PHONE_NUM or CONTACT_HOME_ADDR %}
|
{% if CONTACT_EMAIL or CONTACT_PHONE_NUM or CONTACT_HOME_ADDR %}
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in a new issue