From afe614216b165ab9c0929e9be6277f63feea5ace Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 22 Jun 2020 18:22:48 +0200 Subject: [PATCH] Hide resume button if property is not present --- layouts/partials/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 315c163..5882556 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -23,9 +23,9 @@ {{ end }} - + {{ if .Site.Data.about.resume }} + + {{end}}