1
0
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:
Nicolas Lœuillet 2013-11-27 04:42:51 -08:00
commit c6db45ea15
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<header class="w600p center mbm"> <header class="w600p center mbm">
<h1> <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> </h1>
</header> </header>

View File

@ -11,8 +11,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=10"> <meta http-equiv="X-UA-Compatible" content="IE=10">
<![endif]--> <![endif]-->
<title>poche</title> <title>poche</title>
<link rel="stylesheet" href="assets/css/knacss.css" media="all"> <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/style.css" media="all">
</head> </head>
<body> <body>
{% include '_top.twig' %} {% include '_top.twig' %}