Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-06 08:40:24 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-06 08:40:24 +0300
commit764ca757a5584314c2a5515140b523f52c9d6997 (patch)
tree585ba3f994ca8392b5ee4f2097eda06990e0728c /layouts
Init repo.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/layouts/default.html b/layouts/default.html
new file mode 100644
index 00000000..c9d9be60
--- /dev/null
+++ b/layouts/default.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>GitLab Documentation - <%= @item[:title] %></title>
+ <link rel="stylesheet" href="/stylesheet.css">
+
+ <!-- you don't need to keep this, but it's cool for stats! -->
+ <meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
+ </head>
+ <body>
+ <div id="main">
+ <%= yield %>
+ </div>
+ <div class="header">
+ <h2>GitLab Documentation</h2>
+ <ul>
+ <li><a href="http://nanoc.ws/about/">About</a></li>
+ </ul>
+ </div>
+ </body>
+</html>