A tumblelog theme for Hugo
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

image.html 263 B

7 år sedan
7 år sedan
12345678
  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>