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