Merge pull request #150 from FizzyGalacticus/color-per-page
Add color-per-page support
This commit is contained in:
		
						commit
						b19e56a9d8
					
				| @ -9,7 +9,9 @@ | |||||||
| 
 | 
 | ||||||
| <!-- Theme CSS --> | <!-- Theme CSS --> | ||||||
| <link rel="stylesheet" href="{{ "assets/style.css" | absURL }}"> | <link rel="stylesheet" href="{{ "assets/style.css" | absURL }}"> | ||||||
| {{ if (ne $.Site.Params.ThemeColor "orange") }} | {{ if (isset .Params "color") }} | ||||||
|  |   <link rel="stylesheet" href="{{ (printf "assets/%s.css" .Params.color) | absURL }}"> | ||||||
|  | {{ else if (ne $.Site.Params.ThemeColor "orange") }} | ||||||
|   <link rel="stylesheet" href="{{ (printf "assets/%s.css" $.Site.Params.ThemeColor) | absURL }}"> |   <link rel="stylesheet" href="{{ (printf "assets/%s.css" $.Site.Params.ThemeColor) | absURL }}"> | ||||||
| {{ end }} | {{ end }} | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user