From f586869de4a18e84d8d99c281b50ea4c64928aea Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 1 Feb 2022 13:11:11 -0800 Subject: [PATCH] * Support for certificate links and certificate id --- themes/resume/layouts/partials/education.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/resume/layouts/partials/education.html b/themes/resume/layouts/partials/education.html index 0b153f2..733109c 100644 --- a/themes/resume/layouts/partials/education.html +++ b/themes/resume/layouts/partials/education.html @@ -6,9 +6,14 @@
  • {{.Params.Institution}} {{ if .Params.Degree }} -

    {{.Params.When}}

    +

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

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

    Certificate id: {{.Params.Certid}}

    {{ end }} -

    {{.Content}}

  • {{ end }}