Updating theme layout

This commit is contained in:
2020-06-02 04:24:31 +01:00
parent 304770ed50
commit a122c9821b
8 changed files with 31 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
{{ $img := $.Page.Resources.GetMatch (.Get 0)}}
<figure>
<img src="{{ $img.RelPermalink }}" alt="(.Get 1)" />
<img data-src="{{ $img.RelPermalink }}" alt="(.Get 1)" />
<figcaption>{{.Get 1}}</figcaption>
</figure>