Private
Public Access
1
0

removed some layout related to tags
All checks were successful
Redeploy landing on Push / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2025-12-22 20:18:48 +01:00
parent bc9643a275
commit af52722bb2

View File

@@ -27,17 +27,6 @@
<section class="content-area"> <section class="content-area">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</section> </section>
<aside class="sidebar">
<div class="sidebar-section">
<h3>Tags</h3>
<ul class="tag-list">
{% for tag in all_cloud_tags %}
<li><a href="{{ url_for('tag', tag_name=tag) }}">#{{ tag }}</a></li>
{% endfor %}
</ul>
</div>
</aside>
</div> </div>
</main> </main>
<footer> <footer>