mirror of
https://github.com/morgan9e/blog
synced 2026-04-15 00:34:35 +09:00
Reset
This commit is contained in:
10
themes/plain/layouts/_default/baseof.html
Normal file
10
themes/plain/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ with .Language }}{{ .Lang }}{{ else }}en{{ end }}">
|
||||
<head>
|
||||
{{- partial "head.html" . -}}
|
||||
{{- block "head" . }}{{ end -}}
|
||||
</head>
|
||||
<body>
|
||||
{{- block "main" . }}{{ end -}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user