diff --git a/hugo.yaml b/hugo.yaml index ebd5621..995f71a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,4 +10,5 @@ taxonomies: label: label year: year format: format + condition: condition diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 938ea92..fe6a22f 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -11,20 +11,21 @@ {{ $default_img := resources.Get "img/default.png" }} + {{ if .Params.artist }} - {{ .Params.artist }} + {{ .Params.artist }} {{ end }} {{ .Title }} {{ if .Params.genres }} {{ range .Params.genres }} - {{ . }} + Gaah{{ . }} {{ end }} {{ end }} {{ if .Params.year }} - Year : {{ .Params.year }} + Year : {{ .Params.year }} {{ end }} {{ if .Params.format }} @@ -33,15 +34,15 @@ Platform: {{ range .Params.format }} - {{ . }} + {{ . }} {{ end }} {{ end }} {{ if .Params.condition }} - Condition : {{ .Params.condition }} + Condition : {{ .Params.condition }} {{ end }} {{ if .Params.label }} - Business model : {{ .Params.label }} + Business model : {{ .Params.label }} {{ end }} {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 72edddd..7ec7cf2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,12 +2,12 @@ {{ .Site.Title }} - Home - About - Species - Functions - Platform - Business model + Home + About + Species + Functions + Platform + Business model
{{ range .Params.genres }} - {{ . }} + Gaah{{ . }} {{ end }}