|
5 | 5 | Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
|
6 | 6 | -->
|
7 | 7 | <html>
|
8 |
| -<head> |
9 |
| - <title>Linear by TEMPLATED</title> |
10 |
| - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
11 |
| - <meta name="description" content="" /> |
12 |
| - <meta name="keywords" content="" /> |
13 |
| - <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900' rel='stylesheet' type='text/css'> |
14 |
| - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
15 |
| - <script src="/assets/js/skel.min.js"></script> |
16 |
| - <script src="/assets/js/skel-panels.min.js"></script> |
17 |
| - <script src="/assets/js/init.js"></script> |
18 |
| - <noscript> |
19 |
| - <link rel="stylesheet" href="/assets/css/skel-noscript.css" /> |
20 |
| - <link rel="stylesheet" href="/assets/css/style.css" /> |
21 |
| - <link rel="stylesheet" href="/assets/css/style-desktop.css" /> |
22 |
| - </noscript> |
23 |
| -</head> |
24 |
| -<body> |
25 | 8 |
|
26 |
| - <!-- Header --> |
27 |
| - <div id="header"> |
28 |
| - {% include nav.html %} |
29 |
| - <div class="container"> |
| 9 | + <head> |
| 10 | + {% if page.title %} |
| 11 | + <title>{{ page.title }} — Monasca</title> |
| 12 | + {% else %} |
| 13 | + <title>Monasca</title> |
| 14 | + {% endif %} |
| 15 | + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 16 | + <meta name="description" content="" /> |
| 17 | + <meta name="keywords" content="" /> |
| 18 | + <link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900" rel="stylesheet" type="text/css"> |
| 19 | + <noscript> |
| 20 | + <link rel="stylesheet" href="/assets/css/skel-noscript.css" /> |
| 21 | + <link rel="stylesheet" href="/assets/css/style.css" /> |
| 22 | + <link rel="stylesheet" href="/assets/css/style-desktop.css" /> |
| 23 | + </noscript> |
| 24 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
| 25 | + <script src="/assets/js/skel.min.js"></script> |
| 26 | + <script src="/assets/js/skel-panels.min.js"></script> |
| 27 | + <script src="/assets/js/init.js"></script> |
| 28 | + </head> |
30 | 29 |
|
31 |
| - <!-- Logo --> |
32 |
| - <div id="logo"> |
33 |
| - <h1><a href="#">Linear</a></h1> |
34 |
| - <span class="tag">By TEMPLATED</span> |
35 |
| - </div> |
36 |
| - </div> |
37 |
| - </div> |
38 |
| - <!-- Header --> |
39 |
| - {{ content }} |
40 |
| - |
41 |
| - <!-- Tweet --> |
42 |
| - <div id="tweet"> |
43 |
| - <div class="container"> |
44 |
| - <section> |
45 |
| - <blockquote>“In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat.”</blockquote> |
46 |
| - </section> |
47 |
| - </div> |
48 |
| - </div> |
| 30 | + <body> |
| 31 | + {% assign header = page.header | default: "small" %} |
| 32 | + <div id="header" class="header-{{ header }}"> |
| 33 | + {% include nav.html %} |
| 34 | + <div class="container"> |
| 35 | + {% include header-{{ header }}.html %} |
| 36 | + </div> |
| 37 | + </div> |
49 | 38 |
|
| 39 | + {{ content }} |
50 | 40 |
|
51 |
| -<!-- Footer --> |
52 |
| -<div id="footer"> |
53 |
| - <div class="container"> |
54 |
| - <section> |
55 |
| - <header> |
56 |
| - <h2>Get in touch</h2> |
57 |
| - <span class="byline">Integer sit amet pede vel arcu aliquet pretium</span> |
58 |
| - </header> |
59 |
| - <ul class="contact"> |
60 |
| - <li><a href="#" class="fa fa-twitter"><span>Twitter</span></a></li> |
61 |
| - <li class="active"><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li> |
62 |
| - <li><a href="#" class="fa fa-dribbble"><span>Pinterest</span></a></li> |
63 |
| - <li><a href="#" class="fa fa-tumblr"><span>Google+</span></a></li> |
64 |
| - </ul> |
65 |
| - </section> |
66 |
| - </div> |
67 |
| -</div> |
| 41 | + <!-- Tweet --> |
| 42 | + <div id="tweet"> |
| 43 | + <div class="container"> |
| 44 | + <section> |
| 45 | + <blockquote>“In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat.”</blockquote> |
| 46 | + </section> |
| 47 | + </div> |
| 48 | + </div> |
68 | 49 |
|
69 |
| -<!-- Copyright --> |
70 |
| -<div id="copyright"> |
71 |
| - <div class="container"> |
72 |
| - Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>) |
73 |
| - Jekyll Template: <a href="http://cloudcannon.com">Cloud Cannon</a> |
74 |
| - </div> |
75 |
| -</div> |
| 50 | + <!-- Copyright --> |
| 51 | + <div id="copyright"> |
| 52 | + <div class="container"> |
| 53 | + <p>© 2017 Hewlett-Packard Enterprise Development LP</p> |
| 54 | + Design: <a href="http://templated.co">TEMPLATED</a> |
| 55 | + Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>), <a href="https://www.toptal.com">Toptal</a> (CC BY-SA) |
| 56 | + Jekyll Template: <a href="http://cloudcannon.com">Cloud Cannon</a> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + |
| 60 | + </body> |
76 | 61 |
|
77 |
| -</body> |
78 | 62 | </html>
|
0 commit comments