Files
www_threefold_io/templates/partials/pageBox.html
timurgordon db0b0ed39f Revert "remove archive and templates"
This reverts commit 67bdf28216.
2024-03-06 16:24:35 -05:00

9 lines
266 B
HTML

<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/tags.html" %}
<p>
{{page.description | safe}}
</p>
</div>