SandpointsTheme/layouts/edit/baseof.html

15 lines
531 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link rel='stylesheet' href='build/global.css'>
<!-- <link rel='stylesheet' href='build/bundle.css'> -->
<script defer src='../metadata/index.js'></script>
<script defer src='build/bundle.js'></script>
<title>edit{{- .Site.Title -}}</title>
</head>
<body>{{- block "main" . -}}{{- end -}}</body>
</html>