2 lines
98 B
HTML
2 lines
98 B
HTML
{{ $style := resources.Get "style.css" }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}" />
|