This repository has been archived on 2024-10-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www_ourworld_tf_archive/templates/partials/pageBox.html
2023-08-17 19:05:09 +03: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>