personal-website/layouts/home.html
lauralani ec742ad2be
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
tracking pt2
2023-12-25 22:23:27 +01:00

21 lines
No EOL
465 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>{{ or .Title .Site.Title }}</title>
{{ partial "head/meta.html" . }}
{{ partial "head/favicon.html" . }}
{{ partial "head/styling.html" . }}
</head>
<body>
{{ partial "body/nav.html" . }}
<content>
{{ .Content }}
</content>
{{ partial "body/footer.html" . }}
<script async src="https://info.lauka.net/script.js" data-website-id="a163d1bf-b3af-472d-bded-be9347b32628"></script>
</body>
</html>