hugo-site/layouts/chrome/header.html
2014-03-29 12:09:38 -04:00

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>