Pass the path of a stylesheet resource to this template so it can be used to generate other CSS stylesheets.
5 lines
311 B
HTML
5 lines
311 B
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
|
{{ partialCached "base/head/css.html" (dict "page" . "cssResource" "base/css.html") }}
|
|
{{ partialCached "base/head/js.html" . }}
|