Add space
This commit is contained in:
parent
f8b635ace0
commit
604dc7aac8
2 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
{{ $position:= index .positions 0 }}
|
||||
<div class="company-heading">
|
||||
<h5>{{ if .company.url }}<a href={{.company.url}} title="{{ .company.name }}" target="_blank" rel="noopener">{{ .company.name }}</a>{{ else }}{{ .company.name }}{{ end }}</h5>
|
||||
<p class="text-muted">{{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}{{ i18n "present" }}{{ end }}
|
||||
<p class="text-muted"> {{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}{{ i18n "present" }}{{ end }}
|
||||
</p>
|
||||
</div>
|
||||
<p class="text-muted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue