|
|
@ -1,22 +1,17 @@ |
|
|
|
<html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<title>slate</title> |
|
|
|
<title>{{ .Title }}</title> |
|
|
|
<link rel="stylesheet" href="css/slate.css"> |
|
|
|
<link rel="stylesheet" href="css/slate.css"> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
<body{{ if .Site.Params.BackgroundStyle }} style='{{ .Site.Params.BackgroundStyle | safeCSS }}'{{ end }} |
|
|
|
|
|
|
|
{{- if .Site.Params.BackgroundImages }} data-backgrounds='{{ range .Site.Params.BackgroundImages }}{{ . }},{{ end }}'{{- end }}> |
|
|
|
|
|
|
|
|
|
|
|
{{ partial "nav.html" . }} |
|
|
|
{{ partial "nav.html" . }} |
|
|
|
|
|
|
|
|
|
|
|
<div class="container">{{ partial "tile_slate.html" . }} |
|
|
|
<div class="container">{{ partial "tile_slate.html" . }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{{ if .Site.Data.page.backgrounds -}} |
|
|
|
|
|
|
|
<background data-backgrounds='{{ range .Site.Data.page.backgrounds }} |
|
|
|
|
|
|
|
{{ . }},{{ end }} |
|
|
|
|
|
|
|
'> |
|
|
|
|
|
|
|
{{- end }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
</body> |
|
|
|
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet"> |
|
|
|
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet"> |
|
|
|
<script src="js/slate.js"></script> |
|
|
|
<script src="js/slate.js"></script> |
|
|
|