|
5 | 5 | <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> |
6 | 6 | <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> |
7 | 7 | <!--[if !IE]><!--> |
8 | | -<html lang="en"> |
| 8 | +<html lang="en" class="doc-body"> |
9 | 9 | <!--<![endif]--> |
10 | 10 |
|
11 | | -<head> |
12 | | - |
13 | | - |
14 | | - <title>{{ site.title }} • {{ page.title }}</title> |
15 | | - <!-- Meta --> |
16 | | - <meta charset="utf-8"> |
17 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
18 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
19 | | - <meta name="description" content="{{ site.description }}"> |
20 | | - <meta name="author" content="{{ site.owner.name }}"> |
21 | | - <link rel="shortcut icon" href="{{ '/favicon.ico' | prepend: site.baseurl }}"> |
22 | | - <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"> |
23 | | - <!-- Global CSS --> |
24 | | - <link rel="stylesheet" type="text/css" href="{{ '/assets/plugins/bootstrap/css/bootstrap.min.css' | prepend: site.baseurl }}"> |
25 | | - <!-- Plugins CSS --> |
26 | | - <link rel="stylesheet" type="text/css" href="{{ '/assets/plugins/font-awesome/css/font-awesome.css' | prepend: site.baseurl }}"> |
27 | | - <link rel="stylesheet" type="text/css" href="{{ '/assets/plugins/lightbox/dist/ekko-lightbox.min.css' | prepend: site.baseurl }}"> |
28 | | - <link rel="stylesheet" type="text/css" href="{{ '/assets/plugins/elegant_font/css/style.css' | prepend: site.baseurl }}"> |
29 | | - <link rel="stylesheet" type="text/css" href="{{ '/assets/plugins/prism/prism.css' | prepend: site.baseurl }}"> |
30 | | - <!-- Theme CSS --> |
31 | | - <link rel="stylesheet" type="text/css" href="{{ '/assets/css/styles.css' | prepend: site.baseurl }}" |
32 | | - id="theme-style"> |
33 | | - <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
34 | | - <!--[if lt IE 9]> |
35 | | - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
36 | | - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
37 | | - <![endif]--> |
38 | | - {% include meta_properties.html %} {% include google_analytics.html %} {% seo %} |
39 | | -</head> |
| 11 | +{% include head.html %} |
40 | 12 |
|
41 | 13 | <body class="body-{{ page.color }} doc-body"> |
42 | 14 |
|
43 | 15 | <div class="page-wrapper"> |
44 | 16 |
|
45 | 17 | <!-- HEADER --> |
46 | 18 | <header id="header" class="header"> |
47 | | - <div class="container"> |
48 | | - |
49 | | - {% include branding.html home=false %} |
50 | | - |
51 | | - <!-- BREADCRUMB --> |
52 | | - <ol class="breadcrumb"> |
53 | | - <li> |
54 | | - <a href="{{ '/' | prepend: site.baseurl }}">Home</a> |
55 | | - </li> |
56 | | - <li class="active">{{ page.title }}</li> |
57 | | - </ol> |
| 19 | + <div class="container doc-header-container"> |
| 20 | + |
| 21 | + <div> |
| 22 | + {% include branding.html home=false %} |
| 23 | + |
| 24 | + <!-- BREADCRUMB --> |
| 25 | + <ol class="breadcrumb"> |
| 26 | + <li> |
| 27 | + <a href="{{ '/' | prepend: site.baseurl }}">Home</a> |
| 28 | + </li> |
| 29 | + <li class="active">{{ page.title }}</li> |
| 30 | + </ol> |
| 31 | + </div> |
58 | 32 |
|
| 33 | + <div style="flex:1"></div> |
| 34 | + <div id="search-searchbar"></div> |
59 | 35 | </div> |
| 36 | + |
60 | 37 | </header> |
61 | 38 |
|
| 39 | + <div class="post-list" id="search-hits"></div> |
| 40 | + |
62 | 41 | <div class="doc-wrapper"> |
63 | 42 | {% include sidebar.html sections=page.sections %} |
64 | 43 |
|
@@ -127,6 +106,7 @@ <h2 class="section-title">{{ section.title }}</h2> |
127 | 106 | <script type="text/javascript" src="{{ '/assets/plugins/lightbox/dist/ekko-lightbox.min.js' | prepend: site.baseurl }}"></script> |
128 | 107 | <script type="text/javascript" src="{{ '/assets/plugins/jquery-match-height/jquery.matchHeight-min.js' | prepend: site.baseurl }}"></script> |
129 | 108 | <script type="text/javascript" src="{{ '/assets/plugins/prism/prism.min.js' | prepend: site.baseurl }}"></script> |
| 109 | + <script type="text/javascript" src="{{ '/assets/js/instantsearch.min.js' | prepend: site.baseurl }}"></script> |
130 | 110 | <script type="text/javascript" src="{{ '/assets/js/wurst.js' | prepend: site.baseurl }}"></script> |
131 | 111 | <script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}"></script> |
132 | 112 |
|
|
0 commit comments