Right now, clicking a link results flickering and the entire page re-rendering. Introduce a new option in this theme: ```yml dash: async: true ``` The default value of this can be decided while implementing it. ## Developer notes Use something like [Jekyll-AJAX](https://github.com/joelhans/Jekyll-AJAX) to implement this.
Right now, clicking a link results flickering and the entire page re-rendering.
Introduce a new option in this theme:
The default value of this can be decided while implementing it.
Developer notes
Use something like Jekyll-AJAX to implement this.