diff options
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2260fb4..1664c06 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,5 @@ + </div> <!-- .barba-container --> + </div> <!-- #barba-wrapper --> <footer role="contentinfo"> <div class="hr"></div> <div class="footer-link"> @@ -18,5 +20,10 @@ </div> </footer> </div> +<script type="text/javascript" src="/js/min.js"></script> +<script type="text/javascript"> + Barba.Pjax.start(); + Barba.Prefetch.init(); +</script> </body> </html> |
