diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-05 13:03:32 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-05 13:03:32 -0400 |
commit | 4384dc784991f8722e5bb3f09064161d0bf1eb9c (patch) | |
tree | 90f53cc9f0a8122bd909eded2b7eace32f65a370 /_includes | |
parent | bada2a804faa4e77ec7bf392825079780c9bfd7b (diff) | |
download | cobalt-site-4384dc784991f8722e5bb3f09064161d0bf1eb9c.tar.xz cobalt-site-4384dc784991f8722e5bb3f09064161d0bf1eb9c.zip |
Finished all layouts, added first couple of posts, added favicon.
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/nav.liquid | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 599591c..5535d64 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -10,7 +10,7 @@ fadeInDown <!-- begin brand --> <div class="navbar-brand"> <a class="navbar-item" href="/"> - <img src="logo.png"> + <img src="/logo.png"> </a> <p class="navbar-item"> Adam Tristan Carpenter @@ -101,19 +101,19 @@ fadeInDown </p> <a class="navbar-item" - href="tech.html" + href="/tech.html" > Technology </a> <a class="navbar-item" - href="auto.html" + href="/auto.html" > Automotive </a> <a class="navbar-item" - href="life.html" + href="/life.html" > My Life </a> |