Files
hugo-site/layouts/chrome/header.html
T

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>