aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views/layout.rocker.html
diff options
context:
space:
mode:
authorMarvin Borner2019-04-14 16:19:20 +0200
committerMarvin Borner2019-04-14 16:19:20 +0200
commita12e7139a8df8303c9fef79f3f20a170ea0af278 (patch)
tree580b70e777bf60714a6f6ab288f8cf085b166e16 /src/main/resources/views/layout.rocker.html
parentc6e874ed068a640ad5ca2406b9abf93123bfb92e (diff)
Added prefetching of pages/files
Diffstat (limited to 'src/main/resources/views/layout.rocker.html')
-rw-r--r--src/main/resources/views/layout.rocker.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/views/layout.rocker.html b/src/main/resources/views/layout.rocker.html
index c7c7bc3..bfd2206 100644
--- a/src/main/resources/views/layout.rocker.html
+++ b/src/main/resources/views/layout.rocker.html
@@ -13,6 +13,8 @@
</head>
<body>
@content
+
+<script src="/js/prefetch.js"></script>
@js
</body>
</html>