add theme PaperMod
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 5m44s
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 5m44s
This commit is contained in:
5
themes/PaperMod/layouts/shortcodes/inTextImg.html
Normal file
5
themes/PaperMod/layouts/shortcodes/inTextImg.html
Normal 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}}">
|
||||
Reference in New Issue
Block a user