From 9d33b5b5a74a69ceb85d5c6f225f38ee12212daf Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 5 Dec 2023 00:02:24 +0300 Subject: Update styles --- layouts/partials/sections/contacts.html | 2 +- layouts/partials/sections/education.html | 2 +- layouts/partials/sections/experience.html | 2 +- layouts/partials/sections/projects.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/partials/sections') diff --git a/layouts/partials/sections/contacts.html b/layouts/partials/sections/contacts.html index 7647243..b9ad0c5 100644 --- a/layouts/partials/sections/contacts.html +++ b/layouts/partials/sections/contacts.html @@ -1,6 +1,6 @@

{{ .Site.Params.Name }}

-
+
{{ with .Site.Params.Phone }} {{ . }} | {{ end }} diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html index 36a30c7..03b104c 100644 --- a/layouts/partials/sections/education.html +++ b/layouts/partials/sections/education.html @@ -7,7 +7,7 @@ {{ .Title }} {{ with .Params.location}}{{ . }}{{ end }} - + {{ with .Params.degree}}{{ . }}{{ end }} diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index 5991c8a..64e2406 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -23,7 +23,7 @@ {{ end }} - + {{with .Params.workplace}}{{ . }}{{ end }} {{ with .Params.location}}{{ . }}{{ end }} diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html index 75289ea..1bc67b6 100644 --- a/layouts/partials/sections/projects.html +++ b/layouts/partials/sections/projects.html @@ -5,7 +5,7 @@ {{ .Title }} | - {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}} + {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}} {{ with .Params.start_date }} @@ -21,7 +21,7 @@ {{ else }} {{ time.Format "Jan. 2006" . }} {{ end }} - {{ else }}{{ "Present" }} + {{ else }}{{ "Present" }} {{ end }} -- cgit v1.2.3