diff --git a/templates/cv-content.html b/templates/cv-content.html index 9ee3879..633e9a2 100644 --- a/templates/cv-content.html +++ b/templates/cv-content.html @@ -91,45 +91,20 @@ {{end}}
-
-
-

- {{.Position}} - {{if .Company}} - {{if .CompanyURL}} - {{.Company}} - {{else}} - {{.Company}} - {{end}} - {{end}} - {{if .Current}} - {{if eq $.Lang "es"}}ACTUAL{{else}}CURRENT{{end}} - {{end}} - {{if .Expired}} - {{if eq $.Lang "es"}}EXPIRADO{{else}}EXPIRED{{end}} - {{end}} -

- {{.StartDate}} / {{if .Current}}{{if eq $.Lang "es"}}presente{{else}}now{{end}}{{else}}{{.EndDate}}{{end}} - {{if .Duration}} -  -  - {{.Duration}} - {{end}} -  -  - ({{.Location}}) -
-
+ {{.Position}}{{if .Company}} - {{if .CompanyURL}}{{.Company}}{{else}}{{.Company}}{{end}}{{end}}
+ {{.StartDate}} / {{if .Current}}{{if eq $.Lang "es"}}presente{{else}}now{{end}}{{else}}{{.EndDate}}{{end}} - ({{.Location}}) {{if .ShortDescription}} -

{{.ShortDescription | safeHTML}}

+

{{.ShortDescription | safeHTML}}

{{end}} -
- -
+ {{if .Responsibilities}} + + {{end}}
{{end}} @@ -211,35 +186,8 @@ {{end}}
-
-

- - {{if .URL}} - {{.Title}} - {{else}} - {{.Title}} - {{end}} - - {{if .Current}} - {{if eq $.Lang "es"}}ACTUAL{{else}}CURRENT{{end}} - {{end}} - {{if .MaintainedBy}} - {{if eq $.Lang "es"}}MANTENIDO POR{{else}}MAINTAINED BY{{end}} {{.MaintainedBy}} - {{end}} -

- - {{if .StartDate}}{{.StartDate}}{{end}} - {{if .Current}} - {{if .DynamicDate}} - / {{.DynamicDate}} - {{else}} - / {{if eq $.Lang "es"}}presente{{else}}now{{end}} - {{end}} - {{end}} - -  -  - ({{.Location}}) -
+ {{if .URL}}{{.Title}}{{else}}{{.Title}}{{end}}
+ {{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{if eq $.Lang "es"}}presente{{else}}now{{end}}{{end}}{{end}}{{end}} - ({{.Location}}) {{if .ShortDescription}}

{{.ShortDescription | safeHTML}}

@@ -290,19 +238,8 @@
{{end}}
-
-

- {{.Title}} - {{.Institution}} -

- {{.Date}} - {{if .Duration}} -  -  - {{.Duration}} - {{end}} -  -  - ({{.Location}}) -
+ {{.Title}}
+ {{.Institution}} - {{.Date}} - ({{.Location}}) {{if .ShortDescription}}

{{.ShortDescription | safeHTML}}