This commit is contained in:
parent
5f427e5d55
commit
8f0b8fe5dd
3 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
<img
|
||||
class="min-h-full h-auto w-full opacity-90"
|
||||
src="{{ .img }}"
|
||||
loading="lazy"
|
||||
alt="Category {{ .categoryName }}"
|
||||
style="{{ .style | safeCSS }} filter: brightness(60%);"
|
||||
/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<img
|
||||
src="{{ .image }}"
|
||||
style="object-fit: cover"
|
||||
loading="lazy"
|
||||
class="aspect-[1/1] w-full rounded-lg"
|
||||
/>
|
||||
<div class="gap-4 flex flex-col">
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
class="w-44 h-[40.2667px]"
|
||||
alt="{{ .Site.Params.logoAlt }}"
|
||||
src="{{ .Site.Params.logo }}"
|
||||
loading="lazy"
|
||||
/></a>
|
||||
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
|
||||
{{ range .Site.Menus.main }}
|
||||
|
|
Loading…
Add table
Reference in a new issue