A tumblelog theme for Hugo
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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>