From b72759794dea3663ce5c760f57132ccb0b79b718 Mon Sep 17 00:00:00 2001 From: "Frederick J. Boehm" Date: Sun, 16 Feb 2020 19:41:38 -0500 Subject: [PATCH] fixed cv alignment for service --- layouts/partials/work.html | 8 +++++++- layouts/section/vitae.html | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/layouts/partials/work.html b/layouts/partials/work.html index 8d3829d..c98780b 100644 --- a/layouts/partials/work.html +++ b/layouts/partials/work.html @@ -26,7 +26,13 @@ {{ .description }}, {{ .source }} ({{ dateFormat "2006" .date }}) {{ else if eq .type "service" }} - {{ .description }}, {{ .source }} ({{if isset . "date" }}{{ dateFormat "January 2006" .date }}{{ end }} {{if isset . "start_date" }}{{ dateFormat "January 2006" .start_date }} to {{ dateFormat "January 2006" .end_date }} {{ end }}) {{ if isset . "exurl" }} {{ end }} + +{{ .description }}, {{ .source }} +( +{{if isset . "date" }}{{ dateFormat "January 2006" .date }}{{ end }} +{{if isset . "start_date" }}{{ dateFormat "January 2006" .start_date }} to {{ dateFormat "January 2006" .end_date }} {{ end }} +) +{{ if isset . "exurl" }} {{ end }} {{ end }} diff --git a/layouts/section/vitae.html b/layouts/section/vitae.html index 68a1d03..77d4535 100644 --- a/layouts/section/vitae.html +++ b/layouts/section/vitae.html @@ -77,6 +77,8 @@

Publications

{{ range sort .Site.Data.papers "date" "desc" }} {{ partial "work.html" .}} {{ end }} + +

Service

-