feat: reorg layouts and pages
This commit is contained in:
parent
0b9253fb02
commit
c2f112a41b
25 changed files with 91 additions and 119 deletions
|
@ -1,5 +1,5 @@
|
|||
{% macro format(dateString) %}
|
||||
<time class="[ date ] [ flex items-center gap-0.5 my-1 ]" datetime="{{ date }}">
|
||||
<time class="[ date ] [ flex items-center gap-0.5 ]" datetime="{{ date }}">
|
||||
{% include "svgs/calendar.svg" %}{{ dateString | formatDate("MMMM Do YYYY") }}
|
||||
</time>
|
||||
{% endmacro %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue