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.

10 line
276 B

  1. <ul class="tags">
  2. {{ range .Params.tags }}
  3. <li><a href="{{ relURL "/tags/" }}{{ . | urlize }}/">{{ . }}</a></li>
  4. {{ end }}
  5. {{- with .Params.via -}}
  6. <li><a href="{{ . }}">/via</a></li>
  7. {{- end -}}
  8. <li><a href="{{ .Permalink }}" title="Permalink">#</a></li>
  9. </ul>