Files
personal-website/hugo/eliaskohout.de/layouts/_default/baseof.html
Elias Kohout ecd83d9b79
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
add projects page; move to hugo;
2026-02-12 14:38:32 +01:00

10 lines
147 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
{{- partial "head.html" . -}}
</head>
<body>
{{ block "main" . }}{{ end }}
</body>
</html>