diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-05 00:02:24 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-05 00:02:24 +0300 |
commit | 9d33b5b5a74a69ceb85d5c6f225f38ee12212daf (patch) | |
tree | 53a9354f03041dba2018af1011da72ad479e4bbb /layouts/partials/sections/projects.html | |
parent | ef3f80fe4a2cd8788dd8b5d5c7b90690b17be455 (diff) |
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> |