{{/* TODO Sollte mal aufgeteilt werden*/}} {{ $tagsIdent := .Site.Params.Blog.Tags | default "tags" }} {{ with (index .Params $tagsIdent) }} {{ range . }} {{ $href := print (absURL (printf "%s/" $tagsIdent)) (urlize .) }} {{ . }} {{ end }} {{ end }} {{ $catIdent := .Site.Params.Blog.Categories | default "categories" }} {{ with (index .Params $catIdent) }} {{ range . }} {{ $href := print (absURL (printf "%s/" $catIdent)) (urlize .) }} {{ . }} {{ end }} {{ end }} {{ $skillIdent := .Site.Params.KnowHow.Skills | default "skills" }} {{ with (index .Params $skillIdent) }} {{ range . }} {{ $href := print (absURL (printf "%s/" $skillIdent)) (urlize .) }} {{ . }} {{ end }} {{ end }}