move style to assets/css/lean.css

This commit is contained in:
la Fleur 2020-11-12 19:48:14 +01:00
parent de78f20bfd
commit df9f45d597
3 changed files with 1 additions and 1 deletions

View File

@ -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 }}" />