From b79192f1bb39f6917d512d8e968cd9145ae705ac Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 27 Mar 2023 19:07:25 +0900 Subject: feat(style): use flex on date & title --- templates/macros/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/macros') diff --git a/templates/macros/posts.html b/templates/macros/posts.html index 506adff..8ee97a2 100644 --- a/templates/macros/posts.html +++ b/templates/macros/posts.html @@ -6,8 +6,8 @@

{{ posts::link(page=page) }}

-
+

{{ posts::taxonomies(taxonomies=page.taxonomies) }}

{% endfor %} -- cgit 1.4.1