moving everything to base folder
This commit is contained in:
parent
ca801caf05
commit
816a49d3f1
190 changed files with 4870 additions and 1 deletions
19
themes/ananke/layouts/partials/func/style/GetResource.html
Normal file
19
themes/ananke/layouts/partials/func/style/GetResource.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{{/*
|
||||
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue