Merge pull request #25 from kcollasarundell/custom-css-support
Add support for custom CSS files. Close #12
This commit is contained in:
commit
b8fbc2dca7
@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}?rnd={{ now.Unix }}" />
|
<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/opengraph.html" . }}
|
||||||
{{ template "_internal/twitter_cards.html" . }}
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user