Merge pull request #23708 from habibrosyad/gh-23660
Improve maintainability of Case Studies styling
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
<link rel="stylesheet" href="{{ "css/training.css" | relURL }}">
|
||||
{{- end }}
|
||||
|
||||
{{- if .Params.new_case_study_styles }}
|
||||
<link rel="stylesheet" href="{{ "css/new-case-studies.css" | relURL }}">
|
||||
{{- end}}
|
||||
|
||||
{{- with .Params.css }}
|
||||
{{- $extraCss := split . "," }}
|
||||
{{- range $extraCss }}
|
||||
|
||||
Reference in New Issue
Block a user