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.

31 lines
866 B

<html>
<head>
<title>{{ .Title }}</title>{{ if .Site.Params.Favicon }}
<link rel="shortcut icon" href="{{ .Site.Params.Favicon }}">{{ end }}
2 years ago
<link type='text/css' rel='stylesheet' href='css/tataslate.css'/>
<script src='js/jq.min.js'></script>
<script src='js/tataslate.js'></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
2 years ago
<body>
<header>
<div id='viewmode-switch'>
<input type='button' id='vmsb' class='vms' class='vmsbhl'/>
</div>
</header>
2 years ago
<content>
<div id="container-x">{{$jump := .Site.Params.OpenLinksInNewWindow | default true }}{{ range .Site.Data.links.tiles }}
{{ partial "tile.html" (dict "Link" . "Jump" $jump)}}{{ end }}
</div>
</content>
</body>
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet">
2 years ago
<!-- <script src="js/tataslate.js"></script> -->
</html>