removed resources directory (not source code) and added it to .gitignore; moved scss files one level up
This commit is contained in:
parent
6cf10d85cd
commit
24f0f9dc20
36 changed files with 7 additions and 1416 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ define "stylesheet" }}{{ $scss := resources.Get "scss/_default/list.scss" }}{{ $style := $scss | resources.ToCSS }}
|
||||
{{ define "stylesheet" }}{{ $scss := resources.Get "/_default/list.scss" }}{{ $style := $scss | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" type="text/css" media="screen" />
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue