- Year : {{ .Params.year }}
{{ end }}
{{ if .Params.format }}
- Disc format : {{ .Params.format }}
+ Disc format : {{ .Params.format }}{{ if .Params.number_of_discs }} ({{ .Params.number_of_discs }} discs){{ end }}
{{ end }}
+ {{ if .Params.condition }}
+ Condition : {{ .Params.condition }}
+ {{ end }}
+
{{ .Page.Title }}
- {{ .Params.band }} +{{ .Page.Title }}
+ {{ .Params.artist }} {{ if .Params.description }}{{ .Params.description | markdownify }} @@ -41,8 +41,12 @@
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 30dec40..a87f165 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,8 +3,9 @@