-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_Layout.html
58 lines (48 loc) · 1.5 KB
/
_Layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML>
<html>
<head>
<title>SV Ruby Club Docs: {{ page.title }}</title>
<meta http-equiv="expires" content="0">
<!--[if IE]>
<script src="{{ wiki.base_path }}javascripts/html5shiv"></script>
<![endif]-->
<link rel="stylesheet" href="{{ wiki.base_path }}css/application.css" type="text/css" charset="utf-8" />
<!--[if IE]>
<link rel="stylesheet" href="{{ wiki.base_path }}css/ie.css" type="text/css" charset="utf-8" />
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="{{ wiki.base_path }}css/ie7.css" type="text/css" charset="utf-8" />
<![endif]-->
<script src="http://use.typekit.com/cra4agv.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="container">
<header>
</header>
<div id="content">
<div class="wrapper">
<nav id="sidebar">
TextMate link for Development
{{ site.pages["toc"].content }}
</nav>
<section>
{{ page.content }}
</section>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<div id="footer">
<div id="footer-content">
<div class="page">
</div>
</div>
</div>
</div>
<div class="hidden">
<script src="{{ wiki.base_path }}js/application.min.js"></script>
<script src="{{ wiki.base_path }}js/plugins.js"></script>
</div>
</body>
</html>