From 4aaa41260322a0cdff2955abd5541a4e32cab443 Mon Sep 17 00:00:00 2001 From: vlebert Date: Wed, 9 Jun 2021 09:14:15 +0200 Subject: [PATCH] add an optionnal greeting subtitle --- layouts/partials/sections/home.html | 3 +++ static/css/sections/home.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sections/home.html b/layouts/partials/sections/home.html index 4420c85..27ddd31 100644 --- a/layouts/partials/sections/home.html +++ b/layouts/partials/sections/home.html @@ -110,6 +110,9 @@ alt="Author Image" />

{{ $author.greeting }} {{ $name }}

+ {{ if $author.subtitle }} +

{{ $author.subtitle }}

+ {{ end }}