Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/accordion/education.html')
-rw-r--r--layouts/partials/accordion/education.html4
1 files changed, 2 insertions, 2 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 @@
<dl>
<dt>{{ .degree }}</dt>
<dd class="mb-0 ml-3">{{ .dates }} &middot; {{ .college }}</dd>
- {{ if .thesis_link }}
+ {{ if .thesis_url }}
<dd class="mb-0 ml-4">
Thesis:
- <a href="{{ .thesis_link }}"
+ <a href="{{ .thesis_url }}"
><i>{{ .thesis_title }}</i></a
>
</dd>