re-added papermod by integrating it
This commit is contained in:
parent
a5db308b0f
commit
60d6ec934d
114 changed files with 5727 additions and 0 deletions
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}}">
|
Loading…
Add table
Add a link
Reference in a new issue