re-added papermod by integrating it

This commit is contained in:
gribse 2025-04-17 17:24:06 +02:00
parent a5db308b0f
commit 60d6ec934d
114 changed files with 5727 additions and 0 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}}">