diff options
Diffstat (limited to 'layouts/partials/sections/experience.html')
-rw-r--r-- | layouts/partials/sections/experience.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index 5e25f37..c975051 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -5,14 +5,14 @@ <tbody> <tr> <td><strong>{{ .Title }}</strong></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> </tr> <tr> <td><em>{{with .Params.workplace}}{{ . }}{{ end }}</em></td> - <td style="text-align: right;"><em>{{ with .Params.location}}{{ . }}{{ end }}</em></td> + <td class="align-right"><em>{{ with .Params.location}}{{ . }}{{ end }}</em></td> </tr> </tbody> </table> |