You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But nothing is displayed. In Chrome Inspector, it can be seen that there are no requests being made to fetch the gist.
I can make it work if I configure the _config.yml as follows:
no_push_state: true
By doing this, it works, but other things start to fail. For example, post selection animations are not launched, and the cover does not slide when clicking on a sidebar element.
Is there any solution for this?
The text was updated successfully, but these errors were encountered:
I want to add a gist to a post. The documentation indicates that it is enough to add the following JavaScript code:
But nothing is displayed. In Chrome Inspector, it can be seen that there are no requests being made to fetch the gist.
I can make it work if I configure the
_config.yml
as follows:By doing this, it works, but other things start to fail. For example, post selection animations are not launched, and the cover does not slide when clicking on a sidebar element.
Is there any solution for this?
The text was updated successfully, but these errors were encountered: