Add colors in the config

This commit is contained in:
Alexis Tacnet
2017-04-18 21:12:00 +02:00
parent 11632cc94b
commit 7726b3d5f7
3 changed files with 37 additions and 18 deletions

View File

@@ -20,6 +20,12 @@
</style>
{{ end }}
{{ if .Site.Params.colors }}
<style type="text/css" media="screen">
{{ partial "colors.css" . | safeCSS }}
</style>
{{ end }}
{{ range .Site.Params.extracssfiles }}
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}