Lots of style updates

This commit is contained in:
Barry Clark 2014-02-12 20:42:49 -05:00
parent 6c7ba1bc57
commit db4dceaba5
14 changed files with 194 additions and 77 deletions

View file

@ -20,8 +20,10 @@
</head>
<body>
<header>
<a href="/" class="logo"><img src="/404.ups" />{{ site.name }}</a>
<header class="masthead">
<img src="{{ site.avatar }}" class="avatar" />
<a href="/" class="name">{{ site.name }}</a>
<p class="description">{{ site.description }}</p>
<nav>
<a href="/">Blog</a>

View file

@ -3,7 +3,7 @@ layout: default
---
<article class="page">
<h1>{{ page.title }}</h1>
<header><h1>{{ page.title }}</h1></header>
<div class="entry">
{{ content }}

View file

@ -3,7 +3,9 @@ layout: default
---
<article class="post">
<h1>{{ page.title }}</h1>
<header>
<h1>{{ page.title }}</h1>
</header>
<div class="entry">
{{ content }}