Skip to content

Commit 0698a3e

Browse files
committed
Create default layout
1 parent e3e869f commit 0698a3e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

_layouts/default.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
4+
<title>{{ page.title }}</title>
5+
6+
<link rel="stylesheet" href="stylesheets/styles.css">
7+
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
8+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
9+
<!--[if lt IE 9]>
10+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
</head>
13+
<body>
14+
<div class="wrapper">
15+
<header>
16+
<h1>Scala</h1>
17+
<p>Documentation on the development of the Scala compiler and standard library.</p>
18+
19+
<p class="view"><a href="https://github.com/scala/scala">View the Project on GitHub <small>scala/scala</small></a></p>
20+
21+
22+
<ul>
23+
<li><a href="https://github.com/scala/scala/zipball/master">Download <strong>ZIP File</strong></a></li>
24+
<li><a href="https://github.com/scala/scala/tarball/master">Download <strong>TAR Ball</strong></a></li>
25+
<li><a href="https://github.com/scala/scala">View On <strong>GitHub</strong></a></li>
26+
</ul>
27+
</header>
28+
<section>
29+
{{content}}
30+
</section>
31+
<footer>
32+
<p>This project is maintained by <a href="https://github.com/scala">scala</a></p>
33+
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
34+
</footer>
35+
</div>
36+
<script src="javascripts/scale.fix.js"></script>

0 commit comments

Comments
 (0)