1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-26 13:21:20 +00:00
Files
privacyguides.org/layouts/_shortcodes/title-card.html
T

9 lines
341 B
HTML

{{- $logo := .Get "logo" -}}
<div class="pg:title-card hx:last-of-type:mb-0 hx:rounded-lg hx:p-6 hx:mt-4 hx:group">
{{- with $logo -}}
<img loading="lazy" decoding="async" src="{{ $logo | safeURL }}" aria-hidden="true" width="100" height="100">
{{- end -}}
{{ .InnerDeindent | $.Page.RenderString (dict "display" "block") }}
</div>