update modules

This commit is contained in:
somrat sorkar
2023-07-12 10:12:44 +06:00
parent 5eca80cb99
commit 9c8aca03db
12 changed files with 46 additions and 33 deletions

View File

@@ -35,15 +35,15 @@
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 md:col-5 {{ if not (modBool $i 2) }}
class="mb:md-0 {{ if not (modBool $i 2) }}
md:order-2
{{ end }} mb-6">
{{ end }} md:col-5 mb-6">
{{ partial "image" (dict "Src" .image "Alt" "feature image") }}
</div>
<div
class="md:col-7 lg:col-6 {{ if not (modBool $i 2) }}
class="{{ if not (modBool $i 2) }}
md:order-1
{{ end }}">
{{ end }} md:col-7 lg:col-6">
<h2 class="mb-4">
{{ .title | markdownify }}
</h2>