use zola osal

This commit is contained in:
timurgordon
2023-12-13 16:15:13 +03:00
parent 15d17fb4c4
commit fc1e11d69f
127 changed files with 31 additions and 5860 deletions

View File

@@ -1,22 +0,0 @@
{% extends "index.html" %}
{% block content %}
<main class="pt-16">
<div class="flex flex-col md:flex-row">
{% if current_path is containing("tags") %}
{% include "partials/tagsCards.html" %}
{% include "partials/tagsSidebar.html" %}
{% elif current_path is containing("memberships") %}
{% include "partials/memberships.html" %}
{% elif current_path is containing("people") %}
{% else %}
{% include "partials/newsPosts.html" %}
{% include "partials/newsSidebar.html" %}
{% endif %}
</div>
</main>
{% endblock content %}