forked from hero/www_hero_project
new web
This commit is contained in:
9
templates/partials/pageBox.html
Normal file
9
templates/partials/pageBox.html
Normal 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>
|
Reference in New Issue
Block a user