diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-26 22:10:02 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-02-01 10:15:18 -0800 |
| commit | 09ad8a394bf7deae4e5e1b8dca15163933417c28 (patch) | |
| tree | eb1e2413a7c003c8a0a14758c8cac8e8165d3e69 /_layouts/post.html | |
| parent | draft article for vagrant ansible and aws (diff) | |
| download | lumberjaph-09ad8a394bf7deae4e5e1b8dca15163933417c28.tar.gz | |
Major rewrite to get responsive design.
Diffstat (limited to '')
| -rw-r--r-- | _layouts/post.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 6014106..1801d73 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,17 +1,15 @@ --- layout: default --- -<h1><a href="{{ page.url }}">{{ page.title }}</a></h1> -<div id="entry"> - {{ content }} +<article id="entry"> - <p class="timestamp"> + <header class="entry-title"> + <h1>{{ page.title }}</h1> + </header> - {{ page.date | date_to_string }} + <section> + {{ content }} + </section> - </p> - -</div> - -{% include footer.html %} +</article> |
