blog/themes/ananke/layouts/partials/func/style/GetResource.html
2023-03-04 13:39:16 +01: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 }}