Site update
This commit is contained in:
parent
33b85e2436
commit
6f9ac9c5b8
24 changed files with 748 additions and 18 deletions
9
layouts/partials/tags.html
Normal file
9
layouts/partials/tags.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ $taxonomy := "tags" }} {{ with .Param $taxonomy }}
|
||||
<p>
|
||||
{{ range $index, $tag := . }} {{ with $.Site.GetPage (printf "/%s/%s"
|
||||
$taxonomy $tag) -}}
|
||||
<span>|</span>
|
||||
<a href="{{ .Permalink }}">{{ $tag | urlize }}</a>
|
||||
{{- end -}} {{- end -}}
|
||||
</p>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue