Files
xuesheng/themes/ananke/layouts/partials/func/style/GetResource.html
2025-07-10 15:45:00 +08:00

20 lines
306 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 (fmt.Print "/ananke/css/" .) }}
{{ $resource = . }}
{{ end }}
{{ return $resource }}