A tumblelog theme for Hugo
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.

9 regels
263 B

  1. <figure>
  2. <a href="{{ .Permalink | relURL }}">
  3. <img src="{{ relURL "/images/" }}{{ .Params.image }}" alt="{{ .Params.title }}">
  4. </a>
  5. {{ if .Params.show_title }}
  6. {{ with .Params.title }}<figcaption>{{ . }}</figcaption>{{ end }}
  7. {{ end }}
  8. </figure>