update repo

This commit is contained in:
2022-11-15 13:11:07 +02:00
parent 867cbf2dbf
commit bcbdbb38c1
100 changed files with 7956 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<div class="mb-8 flex flex-col">
<a href="{{page.permalink}}" class="text-lg font-medium cursor-pointer text-blue-400 py-4">
{{page.title | safe}}
</a>
{% include "partials/categories.html" %}
<p>
{{page.description | safe}}
</p>
</div>