Skip to content

Commit a6da2ba

Browse files
committed
Include site name in header
1 parent 4b9b856 commit a6da2ba

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ _site
55
.sass-cache
66
Gemfile
77
Gemfile.lock
8-
node_modules/*
8+
node_modules
99
package.json

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<body>
2323
<header>
24-
<a href="/" class="logo"><img src="/404.ups" /></a>
24+
<a href="/" class="logo"><img src="/404.ups" />{{ site.name }}</a>
2525

2626
<nav>
2727
<a href="/">Blog</a>

index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
layout: default
33
---
44

5-
<div class="hero">
6-
<img src="/images/avatar.jpg"/>
7-
<h1>Hi. Introduce yourself.</h1>
8-
<p>Introduce yourself.</p>
9-
<div style="clear:both;"></div>
10-
</div>
11-
125
<div class="articles">
13-
<h2><a href="/blog">Blog</a></h2>
6+
<h2>Blog</h2>
147

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

0 commit comments

Comments
 (0)