Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-15 14:31:36 +0300
committerHanzei <hanzei@mailbox.org>2018-06-15 14:31:36 +0300
commit9e2c5ada518dad570f5a363b348c46e6905bc616 (patch)
treef47c2bbe6d0cdf85b170c522a8c34bf36f6bb903 /layouts/index.html
parent7e801f02a3bd4e624e84c3dd576e79803f4a5367 (diff)
Fix scrolling on home page
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index dafb04c..770531d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -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({