aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-02-24 18:34:50 +0100
committerArthurHoaro <arthur@hoa.ro>2018-03-28 19:01:17 +0200
commit7e9bd977eec3c996119626a4bb2828fc08979db8 (patch)
tree46fc68ad927dc2a3d7c6e19b1128567d6fcd8336 /tpl/vintage/picwall.html
parenta33c5653655215d3a6496807f15a896d4b85f070 (diff)
downloadShaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.tar.gz
Shaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.tar.zst
Shaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.zip
Webpack / Update front paths in template files
Diffstat (limited to 'tpl/vintage/picwall.html')
-rw-r--r--tpl/vintage/picwall.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/tpl/vintage/picwall.html b/tpl/vintage/picwall.html
index 4e227e37..29688914 100644
--- a/tpl/vintage/picwall.html
+++ b/tpl/vintage/picwall.html
@@ -1,7 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html>
3<head>{include="includes"} 3<head>{include="includes"}
4<script src="inc/blazy-1.3.1.min.js#"></script>
5</head> 4</head>
6<body> 5<body>
7<div id="pageheader">{include="page.header"}</div> 6<div id="pageheader">{include="page.header"}</div>
@@ -35,10 +34,6 @@
35 34
36{include="page.footer"} 35{include="page.footer"}
37 36
38<script> 37<script src="js/picwall.min.js"></script>
39window.onload = function() {
40 var bLazy = new Blazy();
41}
42</script>
43</body> 38</body>
44</html> 39</html>