Skip to content

Commit b151640

Browse files
Merge pull request #45 from kathweaver/fix-Navigation-add-Tutorials
Fixed Navigation and added Tutorials
2 parents 984543d + 03334d6 commit b151640

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

_layouts/default.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<!-- Collect the nav links, forms, and other content for toggling -->
3030
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
3131
<ul class="nav navbar-nav">
32-
<li><a href="http://openlivewriter.org">Home</a></li>
33-
<li><a href="http://openlivewriter.org/news/">News</a></li>
34-
<li><a href="http://openlivewriter.org/blog/">Blog</a></li>
32+
<li><a href="/index.html">Home</a></li>
33+
<li><a href="/news">News</a></li>
34+
<li><a href="/blog">Blog</a></li>
35+
<li><a href="/tutorials">Tutorials</a></li>
3536
</ul>
3637
</div><!-- /.navbar-collapse -->
3738
</div><!-- /.container-fluid -->

tutorials/addBlogAccts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: "Open Live Writer"
4-
download: true
4+
download: false
55
---
66

77
<p>Open Live Writer works with many popular blog service providers such as

tutorials/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: "Open Live Writer Tutorials"
4+
download: false
5+
---
6+
7+
<ul>
8+
<li>
9+
<a href="addBlogAccts/">Blog Accounts</a>
10+
</li>
11+
</ul>

0 commit comments

Comments
 (0)