nbco-hugo-web/themes/ananke/layouts/partials/func/style/GetResource.html
2024-01-11 17:44:15 -05:00

19 lines
301 B
HTML

{{/*
style/GetResource
Get a style asset stored at `/assets/ananke/css`
@author @regisphilibert
@context String (.)
@access private
@returns Resource
*/}}
{{ $resource := dict }}
{{ with resources.Get (print "/ananke/css/" .) }}
{{ $resource = . }}
{{ end }}
{{ return $resource }}