nodejh / hugo-theme-mini

A fast, minimalist and responsive hugo theme for bloggers.
http://nodejh.github.io/hugo-theme-mini
MIT License
739 stars 329 forks source link

Trouble with social footers #161

Open dustinmichels opened 5 months ago

dustinmichels commented 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.