Add param for custom CSS

Fix #36
This commit is contained in:
Carson Ip
2019-12-01 22:55:22 +08:00
parent 4856422a58
commit 45891eec00
2 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
<link href="{{ "webfonts/source-code-pro/main.css" | absURL }}" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
{{ range .Site.Params.customCss -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}
{{ hugo.Generator }}
</head>