From 44f2a31c4f64be2ddccfad006f0b7b676bf7bbee Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Tue, 1 Feb 2022 23:08:26 +0000 Subject: [PATCH] fix: update Links type --- helpers/cv.go | 5 ++--- template/tex/cv.tmpl.tex | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helpers/cv.go b/helpers/cv.go index 5c79830..dacb52e 100644 --- a/helpers/cv.go +++ b/helpers/cv.go @@ -20,9 +20,8 @@ type Contact struct { } type Links struct { - GitLab string `json:"gitlab"` - GitHub string `json:"github"` - Website string `json:"website,omitempty"` + LinkedIn string `json:"linkedin"` + GitLab string `json:"gitlab"` } type Technologies struct { diff --git a/template/tex/cv.tmpl.tex b/template/tex/cv.tmpl.tex index 7a4daea..409d89a 100644 --- a/template/tex/cv.tmpl.tex +++ b/template/tex/cv.tmpl.tex @@ -10,7 +10,6 @@ {\bf Location:} <<.Contact.Location>>\blank[medium] <>{\bf GitLab:} <<.Links.GitLab>>\blank[none]<> - <>{\bf GitHub:} <<.Links.GitHub>>\blank[none]<> \stoptitleAndContact \section{SUMMARY}