10 lines
237 B
HTML
10 lines
237 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<base href="{{ .Site.BaseUrl }}">
|
|
<title> {{ .Title }} </title>
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
{{ template "chrome/head_includes.html" . }}
|
|
</head>
|