Merge branch 'main' into main

This commit is contained in:
Somrat
2024-05-15 17:53:27 +06:00
committed by GitHub
11 changed files with 30 additions and 56 deletions

View File

@@ -48,7 +48,7 @@
{{ $tags:= .Params.tags }}
{{ if $tags }}
<div class="lg:col-5 mb-10 flex items-center lg:mb-0">
<h5 class="mr-3">{{ i18n "tags" }} :</h5>
<h5 class="mr-3">{{ T "tags" }} :</h5>
<ul>
{{ range $i,$p:= $tags }}
<li class="inline-block">
@@ -63,7 +63,7 @@
</div>
{{ end }}
<div class="lg:col-4 flex items-center">
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (i18n "share") "Whatsapp" false "Telegram" false "Linkedin" false "Pinterest" false "Tumblr" false "Vk" false) }}
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (T "share") "Whatsapp" false "Telegram" false "Linkedin" false "Pinterest" false "Tumblr" false "Vk" false) }}
</div>
</div>
<!-- comments -->
@@ -80,7 +80,7 @@
{{ $related = $related | shuffle | first 3 }}
{{ with $related }}
<div class="section pb-0">
<h2 class="h3 mb-12">{{ i18n "related_posts" }}</h2>
<h2 class="h3 mb-12">{{ T "related_posts" }}</h2>
<div class="row">
{{ range . }}
<div class="lg:col-4 md:col-6 mb-14">