MVP
This commit is contained in:
parent
6938e212ba
commit
62f343ef90
40 changed files with 2171 additions and 149 deletions
3
layouts/_default/_markup/render-image.html
Normal file
3
layouts/_default/_markup/render-image.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ $img := .Page.Resources.GetMatch .Destination }}
|
||||
|
||||
{{ partial "components/image.html" (dict "img" $img "destination" .Destination "alt" .Text "caption" .Title) }}
|
Loading…
Add table
Add a link
Reference in a new issue