Google analytics has recently changed the code snippet that needs to be added to pages. Minima theme still uses old template, which results in data loss. Here is an open issue on github.
I assume I should be able to fix that issue by editing gem files locally.
I tried to into gem folder on my machine(cp -R `echo "$(bundle info minima --path)/_*/"` .
), modify code there and rebuild my website (with bundle exec Jekyll build
), but that doesn't seem to help.
I am new to Jekyll/Ruby and would appreciate some guidance.