summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-07-15 22:00:39 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-07-15 22:00:39 -0700
commit0698a3e00292fb3f5920880fc506b554408a7de0 (patch)
treea3c86c4b4a1e9d53e042ea082fd42d4557bc61c3
parente3e869f67cc8fc45e07294d2bb04104446829f55 (diff)
downloadscala-0698a3e00292fb3f5920880fc506b554408a7de0.tar.gz
scala-0698a3e00292fb3f5920880fc506b554408a7de0.tar.bz2
scala-0698a3e00292fb3f5920880fc506b554408a7de0.zip
Create default layout
-rw-r--r--_layouts/default.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000000..8fe0c6766e
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,36 @@
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="chrome=1">
+ <title>{{ page.title }}</title>
+
+ <link rel="stylesheet" href="stylesheets/styles.css">
+ <link rel="stylesheet" href="stylesheets/pygment_trac.css">
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
+ <!--[if lt IE 9]>
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+</head>
+<body>
+<div class="wrapper">
+ <header>
+ <h1>Scala</h1>
+ <p>Documentation on the development of the Scala compiler and standard library.</p>
+
+ <p class="view"><a href="https://github.com/scala/scala">View the Project on GitHub <small>scala/scala</small></a></p>
+
+
+ <ul>
+ <li><a href="https://github.com/scala/scala/zipball/master">Download <strong>ZIP File</strong></a></li>
+ <li><a href="https://github.com/scala/scala/tarball/master">Download <strong>TAR Ball</strong></a></li>
+ <li><a href="https://github.com/scala/scala">View On <strong>GitHub</strong></a></li>
+ </ul>
+ </header>
+<section>
+{{content}}
+</section>
+<footer>
+ <p>This project is maintained by <a href="https://github.com/scala">scala</a></p>
+ <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
+</footer>
+</div>
+<script src="javascripts/scale.fix.js"></script>