use partial for stylesheets
This commit is contained in:
parent
54a41716c6
commit
8ec94d7296
2 changed files with 36 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
|||
title="{{ $.Site.Title | safeHTML }}"
|
||||
/>
|
||||
{{- end -}}
|
||||
|
||||
<!-- Stylesheets -->
|
||||
{{- partialCached "head/stylesheets.html" . -}}
|
||||
|
||||
<!-- Optional Includes -->
|
||||
{{- if .Param "math" -}}
|
||||
{{- partialCached "head/math.html" . -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue