From 2be04f9b6a08ce364b30d7dfd4cee70eec30e90e Mon Sep 17 00:00:00 2001 From: chutified Date: Sat, 3 Apr 2021 21:02:40 +0200 Subject: [PATCH] Fix inconsistencies in target attributes --- 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 }}