Clean history, git LFS
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{ $src := .Get "src" }}
|
||||
{{ $alt := .Get "alt" }}
|
||||
{{ $slug := .Page.Slug }}
|
||||
|
||||
<figure>
|
||||
<img
|
||||
src="{{ site.Params.filesBase }}/{{ $slug }}/{{ $src }}"
|
||||
alt="{{ $alt }}"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
width="{{ .Get "width" | default "800" }}" />
|
||||
|
||||
{{ with .Get "caption" }}
|
||||
<figcaption>{{ . }}</figcaption>
|
||||
{{ end }}
|
||||
</figure>
|
||||
Reference in New Issue
Block a user