added categories taxonomy for blog
This commit is contained in:
7
templates/categories/list.html
Normal file
7
templates/categories/list.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div>yoo</div>
|
||||
|
||||
{% endblock content %}
|
13
templates/categories/single.html
Normal file
13
templates/categories/single.html
Normal 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 %}
|
Reference in New Issue
Block a user