Commit 01aff05 1 parent 6208a4c commit 01aff05 Copy full SHA for 01aff05
File tree 1 file changed +2
-4
lines changed
themes/hugoplate/layouts/posts
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h1 class="h2 mb-4">
47
47
< div class ="row items-start justify-between ">
48
48
{{ $tags:= .Params.tags }}
49
49
{{ 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 ">
51
51
< h5 class ="mr-3 "> {{ T "tags" }} :</ h5 >
52
52
< ul >
53
53
{{ range $i,$p:= $tags }}
@@ -62,9 +62,7 @@ <h5 class="mr-3">{{ T "tags" }} :</h5>
62
62
</ ul >
63
63
</ div >
64
64
{{ 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
+
68
66
</ div >
69
67
<!-- comments -->
70
68
You can’t perform that action at this time.
0 commit comments