hugo-sandstorm/template/layouts/partials/header.html

10 lines
143 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }} - {{ .Site.Title }}</title>
</head>
<body>
<main>
<h1>{{ .Title }}</h1>