added files

This commit is contained in:
PeaceNira 2025-02-12 17:52:42 +00:00
parent 66c682122c
commit 4007181554
148 changed files with 6376 additions and 12 deletions

View file

@ -0,0 +1,5 @@
{{- $Img := (.Get "url") }}
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}
<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">