summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index ace44ce..4eb433e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,28 +1,28 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>{{ page.title }}</title>
- <meta name="viewport" content="width=device-width">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <title>{{ page.title }}</title>
+ <meta name="viewport" content="width=device-width">
- <!-- syntax highlighting CSS -->
- <link rel="stylesheet" href="/css/syntax.css">
+ <!-- syntax highlighting CSS -->
+ <link rel="stylesheet" href="/css/syntax.css">
- <!-- Custom CSS -->
- <link rel="stylesheet" href="/css/main.css">
+ <!-- Custom CSS -->
+ <link rel="stylesheet" href="/css/main.css">
- </head>
- <body>
+ </head>
+ <body>
- <div class="site">
- {% include header.html %}
+ <div class="site">
+ {% include header.html %}
- {{ content }}
+ {{ content }}
- {% include footer.html %}
+ {% include footer.html %}
- </div>
+ </div>
- </body>
+ </body>
</html>