12 lines
331 B
HTML
12 lines
331 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title> {{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} - {{ .Site.Title }} {{ end }} </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
{{ partial "style.html" . }}
|
|
|
|
</head>
|
|
<body>
|