From 1b99e8167167f0c653e558d3f5c1ffd7b29eebce Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Le Duigou Date: Tue, 23 Jun 2020 21:50:19 +0200 Subject: [PATCH] Hide "My Resume" button in case the information is missing in config Hide "My Resume" button in case the information is missing in config --- layouts/partials/about.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 315c163..882c8ad 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -23,9 +23,11 @@ {{ end }} + {{ if .Site.Data.about.resume }} + {{ end }}