removed some layout related to tags
All checks were successful
Redeploy landing on Push / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Redeploy landing on Push / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user