migrate navbar.css and plyr
This commit is contained in:
parent
5da792bf71
commit
0379080b52
5 changed files with 317 additions and 307 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
@import './layouts/main';
|
||||
|
||||
@import './navigators/navbar';
|
||||
|
||||
|
||||
|
||||
{{ range $feature, $featureDef := site.Params.features }}
|
||||
{{ with $featureDef }}
|
||||
{{ $featureEnabled := or (not (isset . "enable")) .enable }}
|
||||
|
@ -14,9 +18,11 @@
|
|||
|
||||
{{ range $service, $config := .services }}
|
||||
{{ with (index site.Data.toha.styles $feature) }}
|
||||
{{ with index $service }}
|
||||
{{ range .styles }}
|
||||
@import '{{.}}';
|
||||
{{ with .services }}
|
||||
{{ with (index . $service) }}
|
||||
{{ range .styles }}
|
||||
@import '{{ . }}';
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue