summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template.html b/template.html
index d8abe1e..ef2d94f 100644
--- a/template.html
+++ b/template.html
@@ -10,7 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="ie-edge" />
</head>
<body>
- <nav class="border fixed split-nav">
+ <nav class="border split-nav">
<div class="nav-brand">
<h3><a href="#">ECHO</a></h3>
</div>
@@ -23,8 +23,8 @@
</label>
<div class="collapsible-body">
<ul class="inline">
- <li><a href="#">About</a></li>
- <li><a href="#">Blog</a></li>
+ <li><a href="./about.html">About</a></li>
+ <li><a href="./index.html">Blog</a></li>
<li><a href="https://github.com/exhq">GitHub</a></li>
</ul>
</div>