add tella theme
This commit is contained in:
20
themes/tella/layouts/_default/baseof.html
Normal file
20
themes/tella/layouts/_default/baseof.html
Normal 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>
|
||||
Reference in New Issue
Block a user