Merge branch 'master' into Turkish-Translate-Improvement

This commit is contained in:
Ömer Faruk Özdemir 2022-02-22 15:05:18 +03:00
commit 83fe00bf93

View File

@ -111,24 +111,7 @@
</div>
{% endfor %}
</div>
<p class='mb-2 text-sm text-gray-500'>
<span class="italic">Related Spaces:</span>
{% for space in spaces %}
<a href='{{ space }}' target='_blank' class="hover:text-blue-500 transition">{{ space[30:] }}</a>
{% if not loop.last %}, {% endif %}
{% endfor %}
</p>
{% endif %}
{% if tags is not none %}
<p class='mb-2 text-sm text-gray-500'>
<span class="italic">Tags:</span>
{% for tag in tags %}
<span>{{ tag }}</span><!--
-->{% if not loop.last %}, {% endif %}
{% endfor %}
</p>
{% endif %}
{% endif %}
<div class="prose mt-6">
{{ template_html|safe }}