Skip to content

Commit 37cdb1d

Browse files
committed
fix: [CV] Move languages to top in skills
1 parent 4b5bee6 commit 37cdb1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/shortcodes/cv/skills.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<table class="cv-skills">
2-
{{- with .Get "technologies" -}}
2+
{{- with .Get "languages" -}}
33
<tr>
4-
<td class="key">Technologies</td>
4+
<td class="key">Languages</td>
55
<td class="val">{{ . }}</td>
66
</tr>
77
{{- end -}}
88

9-
{{- with .Get "languages" -}}
9+
{{- with .Get "technologies" -}}
1010
<tr>
11-
<td class="key">Languages</td>
11+
<td class="key">Technologies</td>
1212
<td class="val">{{ . }}</td>
1313
</tr>
1414
{{- end -}}

0 commit comments

Comments
 (0)