From cb3df73d53171379304ef4b0ac0b55097847eb34 Mon Sep 17 00:00:00 2001 From: Tommy Chu Date: Sun, 4 Apr 2021 11:35:51 +0200 Subject: [PATCH] Fix inconsistencies in target attributes (#288) --- layouts/partials/sections/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 8598d4c..07ebda3 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -29,11 +29,11 @@ {{ range .socialLinks }}
  • {{ if eq .name "Email" }} - + {{ else if eq .name "Phone" }} - + {{ else }} - + {{ end }}
  • {{ end }}