Include site name in header

This commit is contained in:
Barry Clark 2014-02-07 08:36:03 -05:00
parent 4b9b856761
commit a6da2babe9
3 changed files with 3 additions and 10 deletions

2
.gitignore vendored
View File

@ -5,5 +5,5 @@ _site
.sass-cache
Gemfile
Gemfile.lock
node_modules/*
node_modules
package.json

View File

@ -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>

View File

@ -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"/> -->