diff options
author | Marvin Borner | 2019-04-14 16:19:20 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-14 16:19:20 +0200 |
commit | a12e7139a8df8303c9fef79f3f20a170ea0af278 (patch) | |
tree | 580b70e777bf60714a6f6ab288f8cf085b166e16 /src/main/resources/views/layout.rocker.html | |
parent | c6e874ed068a640ad5ca2406b9abf93123bfb92e (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.html | 2 |
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> |