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/page.html | |
| parent | 6c7ba1bc57f452a537548996823111b9a724c675 (diff) | |
| download | blog-universedg-db4dceaba5b629fa0ff6769c448f87febb2b6af3.tar.gz blog-universedg-db4dceaba5b629fa0ff6769c448f87febb2b6af3.tar.bz2 blog-universedg-db4dceaba5b629fa0ff6769c448f87febb2b6af3.zip | |
Lots of style updates
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 7f97e69..9b67cad 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,7 +3,7 @@ layout: default --- <article class="page"> - <h1>{{ page.title }}</h1> + <header><h1>{{ page.title }}</h1></header> <div class="entry"> {{ content }} |
