aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index f81a645..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="description"
- content="personal website featuring music and art">
- <meta name="keywords"
- content="music, art, self-hosting, foss, openbsd">
- <meta name="author"
- content="la-ninpre">
- <meta name="viewport"
- content="width=device-width, initial-scale=1">
- <title>{{ page.title }} - {{ site.title }}</title>
- {% feed_meta %}
- <link rel="stylesheet" href="/assets/css/style.css">
- <link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
- </head>
- <body>
- {% include navigation.html %}
- <div class="content">
- {{ content }}
- </div>
- {% include footer.html %}
- </body>
-</html>