kaapiandcode / hugo-goa

Simple Minimalistic Theme for Hugo
https://kaapiandcode.github.io/hugo-goa-demo/
MIT License
264 stars 128 forks source link

Fix the parse error on template: partials/social.html #109

Closed mekomlusa closed 2 years ago

mekomlusa commented 2 years ago

First of all, thank you for building this great Hugo template - it's exactly what I need: simple, yet effective. However, I've encountered an issue when cloning the repo and attempting to run on my local development environment:

>hugo server -D
Error: add site dependencies: load resources: loading templates: "...\themes\hugo-goa\layouts\partials\social.html:169:1": parse failed: template: partials/social.html:169: unexpected EOF

It looks like the recent PR #107 has missed an {{end}} statement after line 108, which causes the whole theme not working anymore. This PR attempts to fix this issue.