added blog

This commit is contained in:
timurgordon
2022-04-23 15:02:43 +04:00
parent 53954736c1
commit 92c9f76980
99 changed files with 1606 additions and 153 deletions

View File

@@ -16,7 +16,7 @@
{{ page.title }}
</h1>
<p class="my-4">{{page.description}}</p>
{% include "partials/tags.html" %}
{% include "partials/categories.html" %}
</div>
{{ page.content | safe }}
</article>