|
@@ -1,5 +1,8 @@
|
|
<article id="<%= post.layout %>-<%= post.slug %>" class="article article-type-<%= post.layout %>" itemscope itemprop="blogPost">
|
|
<article id="<%= post.layout %>-<%= post.slug %>" class="article article-type-<%= post.layout %>" itemscope itemprop="blogPost">
|
|
<div class="article-inner">
|
|
<div class="article-inner">
|
|
|
|
+ <% if (post.banner){ %>
|
|
|
|
+ <%- partial('post/banner') %>
|
|
|
|
+ <% } %>
|
|
<%- partial('post/gallery') %>
|
|
<%- partial('post/gallery') %>
|
|
<% if (post.link || post.title){ %>
|
|
<% if (post.link || post.title){ %>
|
|
<header class="article-header">
|
|
<header class="article-header">
|