www_ourverse/templates/partials/pageBox.html
2022-07-23 10:09:10 +02: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>