Einbinden von CustomCSS setzt keine Site-Base mehr davor + kleinere Anpassungen um Leerzeilen zu vermeiden
This commit is contained in:
parent
c14beceef6
commit
631c22e7c6
18 changed files with 134 additions and 146 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ $tagsIdent := .Site.Params.Blog.Tags | default "tags" }}
|
||||
{{- $tagsIdent := .Site.Params.Blog.Tags | default "tags" -}}
|
||||
{{- partial "taxonomy/metatag.html" (dict "Params" .Params "Ident" $tagsIdent "Feather" "tag") -}}
|
||||
|
||||
{{ $catIdent := .Site.Params.Blog.Categories | default "categories" }}
|
||||
{{- $catIdent := .Site.Params.Blog.Categories | default "categories" -}}
|
||||
{{- partial "taxonomy/metatag.html" (dict "Params" .Params "Ident" $catIdent "Feather" "award") -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue