Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tag.html « post « partials « layouts - github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de641bc50be56668c263303f087cf5a3672178da (plain)
1
2
3
4
5
6
7
8
{{- with .Params.tags}}  
  <span class="article-tag">
    <i class="icon icon-tags"></i>
    {{- range . }}
    <a class="article-tag-link" href="{{ "tags" | relLangURL }}/{{ . | urlize }}/"> {{ . }} </a>
    {{- end}}
  </span>
{{- end }}