Skip to content

Commit

Permalink
Include site name in header
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed Feb 7, 2014
1 parent 4b9b856 commit a6da2ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ _site
.sass-cache
Gemfile
Gemfile.lock
node_modules/*
node_modules
package.json
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<body>
<header>
<a href="/" class="logo"><img src="/404.ups" /></a>
<a href="/" class="logo"><img src="/404.ups" />{{ site.name }}</a>

<nav>
<a href="/">Blog</a>
Expand Down
9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
layout: default
---

<div class="hero">
<img src="/images/avatar.jpg"/>
<h1>Hi. Introduce yourself.</h1>
<p>Introduce yourself.</p>
<div style="clear:both;"></div>
</div>

<div class="articles">
<h2><a href="/blog">Blog</a></h2>
<h2>Blog</h2>

<div class="article">
<!-- <img src="assets/img/article1.jpg"/> -->
Expand Down

0 comments on commit a6da2ba

Please sign in to comment.