hugo-bleb/layouts/partials/header.html
2024-01-26 22:36:23 +01:00

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>