From 95cce0bfe3ea0e6aba93d741dbc7007f23f3a7d3 Mon Sep 17 00:00:00 2001 From: Gianmarco Gargiulo Date: Wed, 24 Aug 2022 20:51:23 +0200 Subject: [PATCH] Fixed a property in the post-card template and added embed metadata in the baseof template --- themes/hugo-casper3/layouts/_default/baseof.html | 7 +++++++ themes/hugo-casper3/layouts/partials/post-card.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/themes/hugo-casper3/layouts/_default/baseof.html b/themes/hugo-casper3/layouts/_default/baseof.html index cf10c09..8758200 100644 --- a/themes/hugo-casper3/layouts/_default/baseof.html +++ b/themes/hugo-casper3/layouts/_default/baseof.html @@ -8,6 +8,13 @@ {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} + + + + + + + diff --git a/themes/hugo-casper3/layouts/partials/post-card.html b/themes/hugo-casper3/layouts/partials/post-card.html index ab46d19..c5c945b 100644 --- a/themes/hugo-casper3/layouts/partials/post-card.html +++ b/themes/hugo-casper3/layouts/partials/post-card.html @@ -6,7 +6,7 @@ {{ if .context.Param "thumbnail" }} - {{ .context.Title }} + {{ .context.Title }} {{ end }}