_layouts/post.html in alembic-jekyll-theme-3.0.1 vs _layouts/post.html in alembic-jekyll-theme-3.0.2

- old
+ new

@@ -4,22 +4,22 @@ {% include site-header.html %} <main class="main container"> - <article class="article article--post content typeset"> + <article class="article article--post content typeset"> <h1>{{ page.title }}</h1> - {% include post-meta.html %} + {% include post-meta.html %} {{ content }} - {% include nav-share.html %} + {% include nav-share.html %} - {% include post-comments.html %} + {% include post-comments.html %} </article> - {% if page.aside == true %}{% include site-aside.html %}{% endif %} + {% if page.aside == true %}{% include site-aside.html %}{% endif %} </main> {% include site-footer.html %}