Merge pull request #25 from kcollasarundell/custom-css-support

Add support for custom CSS files. Close #12
This commit is contained in:
Dmitry Kolosov 2020-04-26 14:39:42 +03:00 committed by GitHub
commit b8fbc2dca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}?rnd={{ now.Unix }}" />
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | absURL }}?rnd={{ now.Unix }}">
{{- end }}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}