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.
|
- <figure>
- <a href="{{ .Permalink | relURL }}">
- <img src="{{ relURL "/images/" }}{{ .Params.image_filename }}" alt="{{ .Params.title }}">
- </a>
- {{ if .Params.show_title }}
- {{ with .Params.title }}<figcaption>{{ . }}</figcaption>{{ end }}
- {{ end }}
- </figure>
|