From 385fd23da1932ac9f3efa9a4f93830e4f93ed413 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 8 Aug 2025 14:27:45 -0700 Subject: [PATCH] Updating certificate links --- themes/resume/layouts/partials/education.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/themes/resume/layouts/partials/education.html b/themes/resume/layouts/partials/education.html index 733109c..504bf76 100644 --- a/themes/resume/layouts/partials/education.html +++ b/themes/resume/layouts/partials/education.html @@ -6,13 +6,15 @@
  • {{.Params.Institution}} {{ if .Params.Degree }} -

    {{.Params.Degree}} acheived {{.Params.When}}

    - {{ end }} - {{ if .Params.Certlink }} - Certificate Link +

    + {{.Params.Degree}} acheived {{.Params.When}} + {{ if .Params.Certlink }} + Certificate Link + {{ end }} +

    {{ end }} {{ if .Params.Certid }} -

    Certificate id: {{.Params.Certid}}

    +

    Certificate id: {{.Params.Certid}}

    {{ end }}
  • {{ end }}