You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
490 B
24 lines
490 B
8 years ago
|
<html>
|
||
|
<head>
|
||
|
<title>slate</title>
|
||
|
<link rel="stylesheet" href="css/slate.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{{ partial "nav.html" . }}
|
||
|
|
||
|
<div class="container">{{ partial "tile_slate.html" . }}
|
||
|
</div>
|
||
|
|
||
|
{{ if .Site.Data.page.backgrounds -}}
|
||
|
<background data-backgrounds='{{ range .Site.Data.page.backgrounds }}
|
||
|
{{ . }},{{ end }}
|
||
|
'>
|
||
|
{{- end }}
|
||
|
|
||
|
</body>
|
||
|
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet">
|
||
|
<script src="js/slate.js"></script>
|
||
|
</html>
|