Fix values of progressivejs

This commit is contained in:
Alexis Tacnet
2017-02-07 17:24:29 +01:00
parent 5d0fd66787
commit de5bc5bcb7

View File

@@ -12,6 +12,6 @@
{{ if .Site.Params.progressively }} {{ if .Site.Params.progressively }}
<script src="{{ .Site.BaseURL }}js/progressively.min.js"></script> <script src="{{ .Site.BaseURL }}js/progressively.min.js"></script>
<script> <script>
progressively.init({delay: 50, throttle: 300}); progressively.init({delay: 30, throttle: 50});
</script> </script>
{{ end }} {{ end }}