Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2021-04-22 13:10:47 +0300
committerGitHub <noreply@github.com>2021-04-22 13:10:47 +0300
commitc48394a965f34413b2e39ce5d630cb1b0ce486eb (patch)
tree85d1a362370e60f7f4e9c6756b35d3c4362473d6
parentdb24628ff97b1d2b2de07a4fc694ada4038ea5fb (diff)
Revert "Fixed missing post_meta div around tag cloud"revert-170-fix-post-meta-tags-div
This reverts commit db24628ff97b1d2b2de07a4fc694ada4038ea5fb.
-rw-r--r--layouts/partials/post-meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 9ce27ea..e3149f5 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,7 +1,7 @@
{{- $showShare := eq (.Param "showshare") true }}
{{- $showDate := eq (.Param "showdate") true }}
{{- $showReadTime := eq (.Param "showreadtime") true }}
-{{- $showPostMeta := or ($showShare) ($showDate) ($showReadTime) (isset .Params "tags") }}
+{{- $showPostMeta := or ($showShare) ($showDate) ($showReadTime) }}
{{- $scratch := newScratch }}
{{- $scratch.Set "writeSeparator" false }}
{{- if $showPostMeta }}