From 84b96be8a7e11f9ecf7058ecaaad9680ffc34cd8 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 24 Jan 2026 21:35:35 +0800 Subject: chore: add partials "post_meta" --- layouts/partials/post_meta.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 layouts/partials/post_meta.html (limited to 'layouts/partials') diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html new file mode 100644 index 0000000..741efd2 --- /dev/null +++ b/layouts/partials/post_meta.html @@ -0,0 +1,39 @@ +{{ if ne (.Params.showMeta | default true) false }} +
+ + + + + + + + +
+{{ end }} -- cgit v1.2.3