mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-10 10:22:27 +00:00
Add themes in-tree
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{{ $cv := index $.Site.Data.json_resume $.Site.Language.Lang }}
|
||||
{{ with $cv.skills }}
|
||||
<div class="jr__list jr-skills__list">
|
||||
<ul>
|
||||
{{ range . }}
|
||||
<li class="jr__item jr-skills__item">
|
||||
<p><strong>{{ .name }} ({{ .level }})</strong></p>
|
||||
{{ with .keywords }}
|
||||
<p>
|
||||
{{ delimit . ", " }}
|
||||
</p>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user