aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.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/default/includes.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/default/includes.html')
-rw-r--r--tpl/default/includes.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html
index b2bfec30..2c56d3c9 100644
--- a/tpl/default/includes.html
+++ b/tpl/default/includes.html
@@ -6,12 +6,7 @@
6<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> 6<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
7<link href="img/favicon.png" rel="shortcut icon" type="image/png" /> 7<link href="img/favicon.png" rel="shortcut icon" type="image/png" />
8<link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" /> 8<link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
9<link type="text/css" rel="stylesheet" href="css/pure.min.css?v={$version_hash}" /> 9<link type="text/css" rel="stylesheet" href="css/shaarli.min.css?v={$version_hash}" />
10<link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css?v={$version_hash}">
11<link type="text/css" rel="stylesheet" href="css/pure-extras.css?v={$version_hash}">
12<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css?v={$version_hash}" />
13<link type="text/css" rel="stylesheet" href="inc/awesomplete.css?v={$version_hash}#" />
14<link type="text/css" rel="stylesheet" href="css/shaarli.css?v={$version_hash}" />
15{if="is_file('data/user.css')"} 10{if="is_file('data/user.css')"}
16 <link type="text/css" rel="stylesheet" href="data/user.css#" /> 11 <link type="text/css" rel="stylesheet" href="data/user.css#" />
17{/if} 12{/if}