diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 82e5ae62..12c3653b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,6 +21,9 @@ disqusShortname = "" [params] description = "" + + # Specify custom CSS (paths are relative to /static + #custom_css = ["css/foo.css", "css/bar.css"] [params.logo] url = "logo.png" diff --git a/layouts/partials/head.html b/layouts/partials/head.html index dd79beb0..76cb1461 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,3 +29,7 @@ + +{{ range .Site.Params.custom_css -}} + +{{- end }}