added categories taxonomy for blog

This commit is contained in:
timurgordon
2022-02-11 11:19:47 +03:00
parent 1b584f8d4e
commit 4db8c88e3c
19 changed files with 145 additions and 103 deletions

View File

@@ -0,0 +1,7 @@
{% extends "index.html" %}
{% block content %}
<div>yoo</div>
{% endblock content %}

View File

@@ -0,0 +1,13 @@
{% extends "index.html" %}
{% block content %}
<main class="pt-16">
<div class="flex">
{% include "partials/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
</div>
</main>
{% endblock content %}