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 }}