Fix importing user CSS (#338)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
892fe83255
commit
6f8280a656
5 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
{{ define "header" }}
|
||||
<link rel="stylesheet" href="{{ "/css/layouts/list.css" | relURL }}">
|
||||
<link rel="stylesheet" href="{{ "/css/navigators/sidebar.css" | relURL}}">
|
||||
<!--================= custom style overrides =========================-->
|
||||
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}"/>
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ define "navbar" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue