Revert "update postcss config for glightbox"

This reverts commit d8e4536bab.
This commit is contained in:
somrat sorkar
2023-07-24 11:04:33 +06:00
parent d8e4536bab
commit 92df3b2262
92 changed files with 6 additions and 8 deletions

View File

@@ -1,20 +0,0 @@
{{ define "main" }}
{{ with site.GetPage "404" }}
<section class="section-sm text-center">
<div class="container">
<div class="row justify-center">
<div class="sm:col-10 md:col-8 lg:col-6">
{{ partial "image" (dict "Src" .Params.image "Alt" .Title "Class" "mb-8") }}
<h1 class="h2 mb-4">{{ .Title }}</h1>
<div class="content">
{{ .Content }}
</div>
<a href="{{ site.BaseURL }}" class="btn btn-primary mt-8">
{{ i18n "back_to_home" }}
</a>
</div>
</div>
</div>
</section>
{{ end }}
{{ end }}