hugo-academic.js 89 B

1234567
  1. (function(){
  2. $("a[href='#'").click(function(e) {
  3. e.preventDefault();
  4. });
  5. })();