Lots of style updates
This commit is contained in:
parent
6c7ba1bc57
commit
db4dceaba5
14 changed files with 194 additions and 77 deletions
|
@ -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>
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: default
|
|||
---
|
||||
|
||||
<article class="page">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<header><h1>{{ page.title }}</h1></header>
|
||||
|
||||
<div class="entry">
|
||||
{{ content }}
|
||||
|
|
|
@ -3,7 +3,9 @@ layout: default
|
|||
---
|
||||
|
||||
<article class="post">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</header>
|
||||
|
||||
<div class="entry">
|
||||
{{ content }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue