content(cv): change wording for job duration
This commit is contained in:
parent
098cbca3c3
commit
50217b03ea
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<h3>{{ .Params.position }} @ {{ .Params.company }}</h3>
|
<h3>{{ .Params.position }} @ {{ .Params.company }}</h3>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<time class="float-left">
|
<time class="float-left">
|
||||||
{{ .Params.begin }} to {{ .Params.end | default "now" }}
|
{{ .Params.begin }} until {{ .Params.end | default "now" }}
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
Loading…
Reference in a new issue