We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5bee6 commit 37cdb1dCopy full SHA for 37cdb1d
layouts/shortcodes/cv/skills.html
@@ -1,14 +1,14 @@
1
<table class="cv-skills">
2
- {{- with .Get "technologies" -}}
+ {{- with .Get "languages" -}}
3
<tr>
4
- <td class="key">Technologies</td>
+ <td class="key">Languages</td>
5
<td class="val">{{ . }}</td>
6
</tr>
7
{{- end -}}
8
9
- {{- with .Get "languages" -}}
+ {{- with .Get "technologies" -}}
10
11
- <td class="key">Languages</td>
+ <td class="key">Technologies</td>
12
13
14
0 commit comments