Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globally
Added an option change the theme globally in the configs
This commit is contained in:
commit
cd672f87b7
4 changed files with 17 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<body class="{{ .Site.Params.themeColor }}">
|
||||
|
||||
{{ partial "sidebar.html" . }}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<body class="{{ .Site.Params.themeColor }}">
|
||||
|
||||
{{ partial "sidebar.html" . }}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<body class="{{ .Site.Params.themeColor }}">
|
||||
|
||||
{{ partial "sidebar.html" . }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue