first version
This commit is contained in:
9
layouts/shortcodes/image.html
Normal file
9
layouts/shortcodes/image.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ $file := .Get "fichier" }}
|
||||
{{ $description := .Get "description" }}
|
||||
{{ $width := .Get "taille" }}
|
||||
{{ $file }}
|
||||
{{ $description }}
|
||||
{{ $width }}
|
||||
Page : {{ .Page }}<br>
|
||||
Context : {{ . }}<br>
|
||||
Site : {{ resources.Get "apropors.png" }}<br>
|
Reference in New Issue
Block a user