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 10:37:01 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-06 10:37:01 +0300
commit9d050cbce8fac6d10cb716c7761d9f209234d990 (patch)
tree149db92c5e9596f155702cce2c3c9c533eb1ca7b /layouts
parenta3bc3b347bb714cdbda7a760fdd14cee0b35a705 (diff)
Add a bunch of thoughts to the README.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/default.html b/layouts/default.html
index c9d9be60..7ba83221 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>GitLab Documentation - <%= @item[:title] %></title>
+ <title><%= @item[:title] %> - GitLab Documentation</title>
<link rel="stylesheet" href="/stylesheet.css">
<!-- you don't need to keep this, but it's cool for stats! -->
@@ -15,7 +15,7 @@
<div class="header">
<h2>GitLab Documentation</h2>
<ul>
- <li><a href="http://nanoc.ws/about/">About</a></li>
+ <li><a href="#">About</a></li>
</ul>
</div>
</body>