🎉 Hello World
This commit is contained in:
8
layouts/partials/note-labels.html
Normal file
8
layouts/partials/note-labels.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- if or .Params.categories .Params.tags -}}
|
||||
<p class="note labels">
|
||||
{{- range .Params.tags -}}
|
||||
{{- $url := print "/tags/" (. | urlize) "/" -}}
|
||||
<a class="tag" href="{{- $url | relLangURL -}}">{{- . -}}</a>
|
||||
{{- end -}}
|
||||
</p>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user