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.
 
 

9 rader
272 B

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