fix broken CSS file URL introduced in 1f7f8ce067
This commit is contained in:
parent
e894673c36
commit
a056d988e7
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
|
||||
<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
|
||||
<link type="text/css" rel="stylesheet" href="../inc/reset.css" />
|
||||
<link type="text/css" rel="stylesheet" href="inc/shaarli.css" />
|
||||
<link type="text/css" rel="stylesheet" href="../inc/shaarli.css" />
|
||||
{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css" />{/if}
|
||||
|
|
Loading…
Reference in a new issue