Skills bei KnowHow mit hinzugefügt
This commit is contained in:
parent
ac8d277899
commit
c461856547
5 changed files with 63 additions and 9 deletions
|
@ -9,3 +9,14 @@
|
|||
|
||||
{{ template "partials/pagination.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "sidebar" }}
|
||||
<div class="position-sticky">
|
||||
{{ $skillIdent := .Site.Params.KnowHow.Skills | default "skills" }}
|
||||
{{ $skills := (index $.Site.Taxonomies $skillIdent)}}
|
||||
{{ if $skills }}
|
||||
{{- partial "widget/header.html" (dict "title" "Kenntnisse") -}}
|
||||
{{- partial "widget/taglist.html" (dict "ident" $skillIdent "tax" $skills) -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue