Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b814dca commit 011629eCopy full SHA for 011629e
_layouts/default.html
@@ -130,7 +130,7 @@
130
131
{% endif %}
132
</script>
133
- <script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
+ <script src="{{ "/js/scripts.js" | prepend: site.baseurl }}"></script>
134
{% if page.permalink == '/schedule/' %}
135
<script type="text/javascript">
136
$(document).ready(function () {
_layouts/post.html
@@ -36,7 +36,7 @@
36
37
<script src="{{ "/js/default.js" | prepend: site.baseurl }}"></script>
38
<script>Waves.displayEffect();</script>
39
40
{% include schema-event.html %}
41
</body>
42
0 commit comments