diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-12 17:34:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-12 17:34:50 +0200 |
| commit | 8bc1574a86a170e6414ceefd274ac9dc8912d77b (patch) | |
| tree | 63234ccd0bf9f85efe91a8a72a238e767c6ffb2f /layouts/partials/footer.html | |
| parent | f5ab8489ca11a83a55cc424d8b442147466d8373 (diff) | |
| download | blog-8bc1574a86a170e6414ceefd274ac9dc8912d77b.tar.gz blog-8bc1574a86a170e6414ceefd274ac9dc8912d77b.zip | |
use barba.js for a faster UX
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> |
