move style to assets/css/lean.css
This commit is contained in:
parent
de78f20bfd
commit
df9f45d597
|
@ -5,7 +5,7 @@
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||||
>
|
>
|
||||||
{{ $style := resources.Get "css/lean.css" }}
|
{{ $style := resources.Get "css/style.css" }}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ $style.Permalink }}" />
|
<link rel="stylesheet" type="text/css" href="{{ $style.Permalink }}" />
|
||||||
{{ $fontstyle := resources.Get "css/fonts.css" }}
|
{{ $fontstyle := resources.Get "css/fonts.css" }}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ $fontstyle.Permalink }}" />
|
<link rel="stylesheet" type="text/css" href="{{ $fontstyle.Permalink }}" />
|
||||||
|
|
Loading…
Reference in New Issue