Merge branch 'durability' into gh-pages
Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/e0447313 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/e0447313 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/e0447313 Branch: refs/heads/master Commit: e0447313ae503925c28b5164c27163009274f03f Parents: b8fa8b9 b02a141 Author: Keith Turner <[email protected]> Authored: Wed Nov 2 14:44:50 2016 -0400 Committer: Keith Turner <[email protected]> Committed: Wed Nov 2 14:44:50 2016 -0400 ---------------------------------------------------------------------- 1.6/accumulo_user_manual.html | 12 ++ _layouts/post.html | 7 +- .../blog/2016-10-28-durability-performance.md | 174 +++++++++++++++++++ 3 files changed, 192 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/e0447313/_layouts/post.html ---------------------------------------------------------------------- diff --cc _layouts/post.html index 07d5e58,5d42ad7..41eadac --- a/_layouts/post.html +++ b/_layouts/post.html @@@ -1,7 -1,12 +1,12 @@@ --- -layout: skeleton +layout: default --- - <h5>{% if page.author %}{{ page.author }} - {% endif %}{{ page.date | date_to_string }} </h5> + <table> + {% if page.author %}<tr><td><b>Author</b></td><td> {{ page.author }} </td></tr>{% endif %} + <tr><td><b>Post date </b></td><td> {{ page.date | date_to_string }} </td></tr> + {% if page.reviewers %}<tr><td><b>Reviewer(s) </b></td><td> {{ page.reviewers }} </td></tr>{% endif %} + </table> + <p> {{ content }}
