From 7ed38f0876ac7af2fb79847737bde13421a8f3f2 Mon Sep 17 00:00:00 2001 From: mertbakir <2335694-mertbakir@users.noreply.gitlab.com> Date: Sun, 24 Dec 2023 15:31:52 +0300 Subject: Update layout education --- layouts/partials/section-education.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/partials/section-education.html b/layouts/partials/section-education.html index 44c6283..dc4977b 100644 --- a/layouts/partials/section-education.html +++ b/layouts/partials/section-education.html @@ -27,20 +27,21 @@ {{ $useFontAwesome := $.Params.education.useFontAwesome | default $.Params.useFontAwesome }} {{ $noExternalIcon := not ($.Params.education.externalLinkIcon | default $.Params.externalLinkIcon) }} + + {{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }} {{- if .more -}} {{- if .link -}} {{- if $useFontAwesome -}} - {{ .more }} +
{{ .more }}
{{- else -}} {{ .more }}
{{- end -}} {{- else -}} - {{ .more }}
+ {{ .more }} {{- end -}} {{- end -}} - {{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }} - + {{ if .details }} {{- partial "markdown" .details }} {{ end }} -- cgit v1.2.3