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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user