Open dustinmichels opened 5 months ago
Hello! I love this theme.
When I try to enable the social footer icons in the config I get this error. Looks like maybe some svgs are missing?
execute of template failed: template: partials/footer.html:3:11: executing "partials/footer.html" at <partial "social.html" .>: error calling partial: execute of template failed: template: partials/social.html:6:11: executing "partials/social.html" at <partial $svg (dict "fill" "#bbbbbb" "width" 28 "height" 28)>: error calling partial: partial "svgs/_merge.svg" not found
My config is toml:
[social] github = "https://github.com/dustinmichels"
and I installed the theme using the hugo mod approach.
Hello! I love this theme.
When I try to enable the social footer icons in the config I get this error. Looks like maybe some svgs are missing?
My config is toml:
and I installed the theme using the hugo mod approach.