Skip to content

Commit 6f3a22a

Browse files
committed
Adds domain to title and book nav link.
1 parent ffa8d2d commit 6f3a22a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: _layouts/default.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6-
<title>{{ page.title }}</title>
6+
<title>{{ page.title }} | queuebit.net</title>
77
<meta name="viewport" content="width=device-width">
88

99
<!-- syntax highlighting CSS -->
@@ -25,6 +25,7 @@
2525
<div class="header">
2626
<h1 class="title"><a href="/">{{ site.name }}</a></h1>
2727
<a class="extra" href="/">home</a>
28+
<a class="extra" href="/book.html">book</a>
2829
<a class="extra" href="/now">now</a>
2930
</div>
3031

0 commit comments

Comments
 (0)