small mod for config file, so is a template

This commit is contained in:
despiegk
2022-12-07 15:39:38 +03:00
parent 7db2e7f823
commit bff3af7ac4
118 changed files with 4837 additions and 1 deletions

View File

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