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:
juanatsap
2025-11-09 03:48:54 +00:00
parent e827fb46eb
commit f6a518185f
+1 -1
View File
@@ -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}}