shenoydotme / hugo-goa

Simple Minimalistic Theme for Hugo
https://shenoydotme.github.io/hugo-goa-demo/
MIT License
265 stars 129 forks source link

Added mssing {{ end }} #110

Closed bilibb closed 2 years ago

bilibb commented 2 years ago

Added missing {{ end }} in social.html which caused "parse failed: template: partials/social.html:169: unexpected EOF" when compiling the side.

WillMatthews commented 2 years ago

I was about to post an identical pull request as this one. I made the same correction when I was editing my partials after experiencing the same EOF error.