Change "to" to a en dash in the resume job headings
This commit is contained in:
parent
dddcf0e14c
commit
c1b44a4c83
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
{{ with .Get "from" }}
|
{{ with .Get "from" }}
|
||||||
<time datetime="{{ . }} ">{{ . }}</time>
|
<time datetime="{{ . }} ">{{ . }}</time>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
to
|
–
|
||||||
{{ with .Get "to" }}
|
{{ with .Get "to" }}
|
||||||
<time datetime="{{ . }}">{{ . }}</time>
|
<time datetime="{{ . }}">{{ . }}</time>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue