diff options
Diffstat (limited to 'layouts/partials/sections/projects.html')
-rw-r--r-- | layouts/partials/sections/projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html index 75289ea..1bc67b6 100644 --- a/layouts/partials/sections/projects.html +++ b/layouts/partials/sections/projects.html @@ -5,7 +5,7 @@ <tbody> <tr> <td><strong>{{ .Title }} </strong><span>|</span> - <em>{{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}</em> + <em class="subtitle">{{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}</em> </td> <td class="align-right"> {{ with .Params.start_date }} @@ -21,7 +21,7 @@ {{ else }} {{ time.Format "Jan. 2006" . }} {{ end }} - {{ else }}{{ "Present" }} + {{ else }}{{ "Present" }} {{ end }} </td> </tr> |