Skip to content

Commit 01aff05

Browse files
committed
chore: improve tag style
1 parent 6208a4c commit 01aff05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

themes/hugoplate/layouts/posts/single.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1 class="h2 mb-4">
4747
<div class="row items-start justify-between">
4848
{{ $tags:= .Params.tags }}
4949
{{ if $tags }}
50-
<div class="lg:col-5 mb-10 flex items-center lg:mb-0">
50+
<div class="mb-10 flex items-center lg:mb-0">
5151
<h5 class="mr-3">{{ T "tags" }} :</h5>
5252
<ul>
5353
{{ range $i,$p:= $tags }}
@@ -62,9 +62,7 @@ <h5 class="mr-3">{{ T "tags" }} :</h5>
6262
</ul>
6363
</div>
6464
{{ end }}
65-
<div class="lg:col-4 flex items-center">
66-
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (T "share") "Whatsapp" false "Telegram" false "Linkedin" false "Pinterest" false "Tumblr" false "Vk" false) }}
67-
</div>
65+
6866
</div>
6967
<!-- comments -->
7068

0 commit comments

Comments
 (0)