From 2383eeb774acebedf82661430502bc7af24981b0 Mon Sep 17 00:00:00 2001 From: Morgan Gangwere Date: Tue, 4 May 2021 21:37:33 -0700 Subject: [PATCH] Add title from CoverCredit, if availble --- layouts/partials/cover.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/cover.html b/layouts/partials/cover.html index 8700c26..deb58c1 100644 --- a/layouts/partials/cover.html +++ b/layouts/partials/cover.html @@ -11,5 +11,8 @@ {{- end -}} {{if $cover -}} - {{ .Title | plainify | default + {{ .Title | plainify | default {{- end }} \ No newline at end of file