diff options
| author | Barry Clark <barry@barryclark.co> | 2014-02-12 20:42:49 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-02-12 20:42:49 -0500 |
| commit | db4dceaba5b629fa0ff6769c448f87febb2b6af3 (patch) | |
| tree | 606abe33d78e798c792dd7ccba581d855245d2a3 /_layouts/post.html | |
| parent | 6c7ba1bc57f452a537548996823111b9a724c675 (diff) | |
| download | acn-blog-db4dceaba5b629fa0ff6769c448f87febb2b6af3.tar.gz acn-blog-db4dceaba5b629fa0ff6769c448f87febb2b6af3.tar.bz2 acn-blog-db4dceaba5b629fa0ff6769c448f87febb2b6af3.zip | |
Lots of style updates
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 4a3c140..1384cce 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,9 @@ layout: default --- <article class="post"> - <h1>{{ page.title }}</h1> + <header> + <h1>{{ page.title }}</h1> + </header> <div class="entry"> {{ content }} |
