12 lines
488 B
HTML
12 lines
488 B
HTML
<head>
|
|
<title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/fonts.css">
|
|
<!-- End stylesheets -->
|
|
{{ if .Params.mathjax }}{{ partial "mathjax_support.html" . }}{{ end }}
|
|
</head>
|