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.
30 lines
866 B
30 lines
866 B
<html> |
|
<head> |
|
<title>{{ .Title }}</title>{{ if .Site.Params.Favicon }} |
|
<link rel="shortcut icon" href="{{ .Site.Params.Favicon }}">{{ end }} |
|
<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> |
|
|
|
|
|
<body> |
|
|
|
<header> |
|
<div id='viewmode-switch'> |
|
<input type='button' id='vmsb' class='vms' class='vmsbhl'/> |
|
</div> |
|
</header> |
|
|
|
<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"> |
|
<!-- <script src="js/tataslate.js"></script> --> |
|
</html>
|
|
|