summaryrefslogtreecommitdiff
path: root/themes/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/templates/default.html')
-rw-r--r--themes/templates/default.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/themes/templates/default.html b/themes/templates/default.html
deleted file mode 100644
index 80e9bd1..0000000
--- a/themes/templates/default.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html data-theme="dark">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <meta name="author" content="Eugen Wissner" />
-
- $partial("_includes/meta.html")$
-
- <title>$title$ | Flevum</title>
-
- <link rel="icon" type="image/png" href="/assets/images/favicon.svg">
- <link href="/assets/css/styles.css?v=1" rel="stylesheet">
- <link href="/assets/css/custom.css?v=2" rel="stylesheet">
- </head>
-
- <body>
- $partial("_includes/partials/burgerMenu.html")$
-
- $partial("_includes/layout/header.html")$
-
- $partial("_includes/layout/navigation.html")$
-
- $partial("_includes/partials/headerSeparator.html")$
-
- <main class="$if(active-index)$wrapper long$else$wrapper$endif$" role="main">
- $body$
- </main>
-
- $partial("_includes/layout/footer.html")$
- </body>
-</html>