about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-03-27 19:07:25 +0900
committersefidel <contact@sefidel.net>2023-03-27 19:07:25 +0900
commitb79192f1bb39f6917d512d8e968cd9145ae705ac (patch)
treedafbd58aac971918a0486c3aaf8aaf7bc6087869 /templates
parent77ffc8dfeabd45cb3fac500902fcbcb7176edcc7 (diff)
downloadsefidel-web-b79192f1bb39f6917d512d8e968cd9145ae705ac.tar.gz
sefidel-web-b79192f1bb39f6917d512d8e968cd9145ae705ac.zip
feat(style): use flex on date & title
Diffstat (limited to 'templates')
-rw-r--r--templates/macros/posts.html2
1 files changed, 1 insertions, 1 deletions
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 @@
         <header lang="{{ page.lang }}">
           <time datetime="{{ page.date }}">{{ page.date }}</time>
           <h3>{{ posts::link(page=page) }}</h3>
-          <p class="post-meta">{{ posts::taxonomies(taxonomies=page.taxonomies) }}</p>
         </header>
+        <p class="post-meta">{{ posts::taxonomies(taxonomies=page.taxonomies) }}</p>
       </article>
     {% endfor %}
 </div>