mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-18 05:32:23 -05:00
Merge pull request #336 from nicosomb/v2-silex
[fix] paths of assets fixed
This commit is contained in:
commit
c6db45ea15
@ -1,5 +1,5 @@
|
||||
<header class="w600p center mbm">
|
||||
<h1>
|
||||
<a href="./" title="back to home" ><img src="assets/img/logo.png" alt="poche logo" /></a>
|
||||
<a href="./" title="back to home" ><img src="/assets/img/logo.png" alt="poche logo" /></a>
|
||||
</h1>
|
||||
</header>
|
||||
|
@ -11,8 +11,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
||||
<![endif]-->
|
||||
<title>poche</title>
|
||||
<link rel="stylesheet" href="assets/css/knacss.css" media="all">
|
||||
<link rel="stylesheet" href="assets/css/style.css" media="all">
|
||||
<link rel="stylesheet" href="/assets/css/knacss.css" media="all">
|
||||
<link rel="stylesheet" href="/assets/css/style.css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
{% include '_top.twig' %}
|
||||
|
Loading…
Reference in New Issue
Block a user