Files
site/themes/github.com/schnerring/hugo-mod-json-resume/layouts/shortcodes/json-resume.html
2024-01-07 08:49:07 -05:00

3 lines
96 B
HTML

{{ $jsonResumeSection := .Get 0 }}
{{ partial (printf "json-resume/%s" $jsonResumeSection) . }}