diff options
Diffstat (limited to 'layouts/partials/sections/education.html')
-rw-r--r-- | layouts/partials/sections/education.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html index f32f6ba..4ea693d 100644 --- a/layouts/partials/sections/education.html +++ b/layouts/partials/sections/education.html @@ -5,12 +5,12 @@ {{ range sort (.Pages) "Params.end_date" "desc" }} <tr> <td><strong>{{ .Title }}</strong></td> - <td style="text-align: right;">{{ with .Params.location}}{{ . }}{{ end }}</td> + <td class="align-right">{{ with .Params.location}}{{ . }}{{ end }}</td> </tr> <tr> <td><em>{{ with .Params.degree}}{{ . }}{{ end }}</em> </td> - <td style="text-align: right;"><em> + <td class="align-right"><em> {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }}</em> </td> |