From c83f8084501295f9b43ad36187d9d8e5e0dba36f Mon Sep 17 00:00:00 2001 From: Darshan Baral Date: Wed, 24 Feb 2021 22:09:50 -0800 Subject: updates to work with new config --- layouts/partials/accordion/education.html | 4 ++-- layouts/partials/accordion/experience.html | 4 ++-- layouts/partials/accordion/supportingPartials/addTitle.html | 4 ++-- layouts/partials/social.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/partials/accordion/education.html b/layouts/partials/accordion/education.html index ade47be..463c8c8 100644 --- a/layouts/partials/accordion/education.html +++ b/layouts/partials/accordion/education.html @@ -2,10 +2,10 @@
{{ .degree }}
{{ .dates }} · {{ .college }}
- {{ if .thesis_link }} + {{ if .thesis_url }}
Thesis: - {{ .thesis_title }}
diff --git a/layouts/partials/accordion/experience.html b/layouts/partials/accordion/experience.html index 090e8e8..7bfa8af 100644 --- a/layouts/partials/accordion/experience.html +++ b/layouts/partials/accordion/experience.html @@ -6,8 +6,8 @@
{{ .dates | markdownify }} · - {{ if .link }} - {{ .company }} + {{ if .url }} + {{ .company }} {{ else }} {{ .company }} {{ end }} diff --git a/layouts/partials/accordion/supportingPartials/addTitle.html b/layouts/partials/accordion/supportingPartials/addTitle.html index 1c05bb4..76a7799 100644 --- a/layouts/partials/accordion/supportingPartials/addTitle.html +++ b/layouts/partials/accordion/supportingPartials/addTitle.html @@ -1,6 +1,6 @@ {{ if (eq .ind "title") }} -{{ if (index .all `link`) }} - +{{ if (index .all `url`) }} + {{- index .all .ind -}} {{- cond (eq (substr (index .all .ind) -1 1) ".") "" "." -}} diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 5234a74..b714416 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -5,7 +5,7 @@ {{ range.Site.Params.social.list }}
- +
{{ end }} -- cgit v1.2.3