feat: Restore BS icons, separate styles to modules

This commit is contained in:
daudix-UFO
2024-01-13 17:15:18 +03:00
parent 75f18e625e
commit 4addfec36e
22 changed files with 2482 additions and 385 deletions

View File

@ -11,6 +11,7 @@
From newest to oldest ↓
</small>
<div class="blog-list">
{% for page in section.pages %}
<article>
<h3>
@ -39,5 +40,7 @@
</small>
{%- endif %}
</article>
<hr>
{% endfor %}
</div>
{% endblock content %}