personal-website/layouts/home.html
lauralani ffe43db394
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
update layouts do include partials; preload fonts
2023-08-10 08:03:44 +02:00

16 lines
No EOL
279 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>{{ or .Title .Site.Title }}</title>
{{ partial "head/defaults.html" . }}
{{ partial "head/styling.html" . }}
{{ partial "head/sharing.html" . }}
</head>
<body>
<h1>{{ .Site.Title }}</h1>
{{ .Content }}
</body>
</html>