From 9004e7c423befaa4a6007561797c99b738a57313 Mon Sep 17 00:00:00 2001 From: vlebert <49779177+vlebert@users.noreply.github.com> Date: Wed, 16 Jun 2021 21:14:22 +0200 Subject: [PATCH] Add greeting subtitle (#350) * resize skillcards by CSS instead of JS * Revert "resize skillcards by CSS instead of JS" This reverts commit 169e0599e9ff771c1cf58c03fb799c42aac65092. * french translation * add an optionnal greeting subtitle Co-authored-by: vlebert --- 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 }}