fix: hide project descriptions in short CV view
Change project ShortDescription from 'short-desc' to 'long-only' class. Project descriptions now only appear in expanded long CV view, keeping the projects section more concise by default. Projects now show: - Title and date (always visible) - Description (long view only) - Responsibilities (long view only) - Technologies (long view only)
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
<small>{{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{if eq $.Lang "es"}}presente{{else}}now{{end}}{{end}}{{end}}{{end}} - ({{.Location}})</small>
|
||||
|
||||
{{if .ShortDescription}}
|
||||
<p class="project-desc short-desc">{{.ShortDescription | safeHTML}}</p>
|
||||
<p class="project-desc long-only">{{.ShortDescription | safeHTML}}</p>
|
||||
{{end}}
|
||||
|
||||
{{if .Responsibilities}}
|
||||
|
||||
Reference in New Issue
Block a user