diff options
| author | verdant <i@glowisle.me> | 2026-05-24 21:00:43 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-05-24 21:00:43 +0800 |
| commit | a4abbd46e02cd872e21089f932843efff227c901 (patch) | |
| tree | e9bc0789df822bf0f9d6be9c1b83760e34467185 /layouts/partials | |
| parent | c9b656d4375737c259f96b944c87e3a988c4a935 (diff) | |
| download | blog-a4abbd46e02cd872e21089f932843efff227c901.tar.gz blog-a4abbd46e02cd872e21089f932843efff227c901.zip | |
Tweak formating
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/post_meta.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index 1771751..27ba33a 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -1,6 +1,6 @@ {{ if ne (.Params.showMeta | default true) false }} <div class="post-meta"> - {{ if eq .Kind "page" }} + {{ if eq .Kind "page" }} <div class="post-meta-item post-tag"> # {{ $tags := .GetTerms "tags" }} {{ $len := len $tags }} {{ range $index, $tag := $tags }} |
