Kloon van Maverick-thema naar custom-thema
This commit is contained in:
parent
9072f86867
commit
1e1d536e3d
65 changed files with 2923 additions and 1 deletions
8
themes/nluug/layouts/_default/_markup/render-image.html
Normal file
8
themes/nluug/layouts/_default/_markup/render-image.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<img
|
||||
src="{{ .Destination | safeURL }}"
|
||||
alt="{{ .Text }}"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
class="full-width"
|
||||
/>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue