zola migrate

This commit is contained in:
samaradel
2022-04-17 14:14:00 +02:00
parent 4c5ae120bb
commit e89463eac5
1518 changed files with 9319 additions and 82794 deletions

View File

@@ -0,0 +1,4 @@
{% extends "index.html" %}
{% block content %}
{% endblock content %}

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 %}