mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-12-22 22:52:54 +00:00
Fix scrolling on home page
This commit is contained in:
parent
7e801f02a3
commit
9e2c5ada51
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
|
||||
<!-- Bitty scrolling links script -->
|
||||
<script>
|
||||
$('a[href^="#"]').click(function(e) {
|
||||
$('a[href^="/#"]').click(function(e) {
|
||||
e.preventDefault();
|
||||
var target = this.hash;
|
||||
$('html, body').animate({
|
||||
|
|
Loading…
Reference in a new issue