Add curly braces around CV title for code aesthetic

- Changed from 'CV 2025 - JAMR' to '{CV 2025 - JAMR}'
- Emphasizes that this CV is about code
- Matches the coding/developer theme of the modal
This commit is contained in:
juanatsap
2025-11-09 20:20:41 +00:00
parent f2d8e9e71d
commit 3b626194c2
+1 -1
View File
@@ -297,7 +297,7 @@
</button>
<div class="info-modal-header">
<div class="info-modal-cv-title">CV {{.CurrentYear}} - JAMR</div>
<div class="info-modal-cv-title">{CV {{.CurrentYear}} - JAMR}</div>
<h2>{{if eq .Lang "es"}}Acerca de este CV{{else}}About this CV{{end}}</h2>
</div>