MeiK2333 / github-style

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

Fix twitter javascript #147

Closed pobtastic closed 4 months ago

pobtastic commented 5 months ago

When you hate Twitter after how awful it's got since it became "X" ... the code will throw a fatal error as twitterIconElement is NULL when unused - so setAttribute() isn't callable.

edit: And I guess it's unlikely given the purpose of this theme, but I've added the same checks for the github icon as well.