2023-05-21 12:41:50 +02:00
|
|
|
{{ $admonitions := resources.Get "css/admonitions.css" }}
|
|
|
|
<link rel="stylesheet" href="{{ $admonitions.Permalink }}">
|
2023-05-21 12:55:06 +02:00
|
|
|
{{ $style := resources.Get "css/style.css" }}
|
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|