My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

figure.html 282B

12345
  1. {{ $img := $.Page.Resources.GetMatch (.Get 1) }}
  2. <figure class="{{ .Get 0 }}">
  3. <img src="{{ $img.RelPermalink }}" alt="{{ $img.Name }}">
  4. <figcaption>{{ if strings.HasSuffix $img.Permalink $img.Title }}{{ $img.Name }}{{ else }}{{ $img.Title}}{{ end }}</figcaption>
  5. </figure>