MeiK2333 / github-style

https://themes.gohugo.io/themes/github-style
MIT License
555 stars 174 forks source link

Missing scope in footer.html #1

Closed cowboysmall closed 4 years ago

cowboysmall commented 4 years ago

Hi,

love your theme.

I noticed an issue - in footer.html there is a missing scope in the partial function invocation - at line 27:

{{ partial "script.html" }}

should be:

{{ partial "script.html" . }}

Thanks,

J.K.

MeiK2333 commented 4 years ago

Thank you very much for your issue, I have fixed it.

cowboysmall commented 4 years ago

No problem. Pleasure. And thanks for the theme!