aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/sections/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sections/projects.html')
-rw-r--r--layouts/partials/sections/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html
index ab4b497..88cf5ea 100644
--- a/layouts/partials/sections/projects.html
+++ b/layouts/partials/sections/projects.html
@@ -7,7 +7,7 @@
<td><strong>{{ .Title }} </strong><span>|</span>
<em>{{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}</em>
</td>
- <td style="text-align: right;">
+ <td class="align-right">
{{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} –
{{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }}
</td>