diff options
Diffstat (limited to 'themes/neonxp/layouts/_default/baseof.html')
-rw-r--r-- | themes/neonxp/layouts/_default/baseof.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/themes/neonxp/layouts/_default/baseof.html b/themes/neonxp/layouts/_default/baseof.html deleted file mode 100644 index e2e4362..0000000 --- a/themes/neonxp/layouts/_default/baseof.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html lang="{{ site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}"> -<head> - {{ partial "head.html" . }} -</head> -<body> - <main class="container"> - <header> - {{ partial "header.html" . }} - </header> - {{ block "main" . }}{{ end }} - <footer> - {{ partial "footer.html" . }} - </footer> - </main> -</body> -</html> |