add tella theme

This commit is contained in:
2023-08-07 10:59:23 +02:00
parent 35bc0c2cac
commit e203dc7597
107 changed files with 4495 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="ja">
<head>
{{- partial "head.html" . -}}
{{ block "meta_tags" . }}{{end}}
</head>
<body class="flex flex-col min-h-screen">
<main class="flex-grow">
{{- partial "header.html" . -}}
<div class="scroll-top rounded-full">
<span class="icon-keyboard_arrow_up text-2xl"></span>
</div>
{{- block "main" . }}{{- end }}
</main>
{{- partial "footer.html" . -}}
</body>
</html>