1
0
hugos-resume/layouts/partials/sections/skills.html

8 lines
258 B
HTML

{{ with .Site.GetPage "/skills"}}
<h3>Technical Skills</h3>
<div class="skills">
{{ range .Pages }}
<strong>{{ .Title }}</strong>: {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}<br />
{{ end }}
</div>
{{ end }}