diff --git a/layouts/partials/work.html b/layouts/partials/work.html
index e7bd903..8d3829d 100644
--- a/layouts/partials/work.html
+++ b/layouts/partials/work.html
@@ -22,11 +22,11 @@
{{if isset . "cran" }} {{ end }}
{{if isset . "exurl" }} {{ end }}
{{ else if eq .type "honor" }}
-
+
{{ .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 }}