Adding Fediring to the side bar

This commit is contained in:
Jeff MacKinnon 2022-11-06 15:43:06 -04:00
parent a08427b462
commit 7762b99ff0

View file

@ -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>