www_duniayetu/templates/partials/pageBox.html
2022-11-15 13:11:07 +02:00

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