Resume: languages in front of project

This commit is contained in:
2024-07-09 13:18:51 -04:00
parent 7ea1739380
commit 79b7e336a7
5 changed files with 19 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
<h2 class="project-title">
{{ .Get "name" }}
</h2>
<span><{{ .Get "languages" }}></span>
</div>
<div class="col-4 text-right date">{{ .Get "date" }}</div>
</div>

View File

@@ -11,4 +11,7 @@
<span class="position">
{{ .Get "title" }}
</span>
<span class="languages">
<{{ .Get "languages" }}>
</span>
</div>