godofredoninja / simply

Theme for Ghost inspired on Medium
https://godofredo.ninja
GNU General Public License v3.0
642 stars 191 forks source link

Error in main.js - Uncaught InternalError: too much recursion #110

Open Charly1000 opened 2 years ago

Charly1000 commented 2 years ago

my website loads very slowly. so i checked with firefox browser and the development tools. apparently is a repetition error in the main.js I have one therefore created a new website. clean install, no changes to files, only posts and sites created.

firefox-website-error in simply

current version 0.3.5

Charly1000 commented 2 years ago

i identified the issue. if you insert on site footer your rss-feed, like 'rss': ['YOUR_URL','YOUR_TITLE'] in followSocialMedia section - the problem appears. than you have in main.js too many recursion.

is there a way to solve this?