1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

[fix] paths of assets fixed

This commit is contained in:
Nicolas Lœuillet 2013-11-27 13:42:03 +01:00
parent e62824a8f6
commit 5da399d98e
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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' %}