You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
403 B
8 lines
403 B
<!-- CSS - direct use. Use this in head.html, if no hugo extended is available on the server. |
|
CSS files must be genereated once with the head_sass template. --> |
|
|
|
{{ $style := resources.Get "css/main.css" }} |
|
<link rel="stylesheet" href="{{ $style.Permalink }}"> |
|
|
|
{{ $noscript := resources.Get "css/noscript.css" }} |
|
<noscript><link rel="stylesheet" href="{{ $style.Permalink }}" /></noscript>
|
|
|