mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Fix values of progressivejs
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
{{ if .Site.Params.progressively }}
|
||||
<script src="{{ .Site.BaseURL }}js/progressively.min.js"></script>
|
||||
<script>
|
||||
progressively.init({delay: 50, throttle: 300});
|
||||
progressively.init({delay: 30, throttle: 50});
|
||||
</script>
|
||||
{{ end }}
|
Reference in New Issue
Block a user