aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/header.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:44:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:44:18 +0300
commit4c917fc60d4dec2151c83237cacecf604c0a9242 (patch)
tree2056f967b09bef1f13fd61e9379c79463d0e4331 /_includes/header.html
downloadjekyll-theme-4c917fc60d4dec2151c83237cacecf604c0a9242.tar.gz
jekyll-theme-4c917fc60d4dec2151c83237cacecf604c0a9242.zip
initial commit
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..e3a9158
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>{{ page.title }}</title>
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css">
+
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/footer.css">
+
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.js"></script>
+ <script src="//oss.maxcdn.com/respond/1.4.2/respond.js"></script>
+ <![endif]-->
+ </head>
+ <body>
+ <div class="wrapper">
+ <div class="block">
+ {% include navbar.html %}
+ </div>
+ <div class="block push">
+ <div class="container">