%PDF- %PDF-
Direktori : /www/specpages-backup/themes/cactus/layout/ |
Current File : /www/specpages-backup/themes/cactus/layout/post.ejs |
<article class="post" itemscope itemtype="http://schema.org/BlogPosting"> <header> <%- partial('_partial/post/title', { post: page, index: false, class_name: 'posttitle' }) %> <div class="meta"> <span class="author" itemprop="author" itemscope itemtype="http://schema.org/Person"> <span itemprop="name"><% if (page.author) { %><%- page.author %><% } else { %><%- config.title %><% } %></span> </span> <%- partial('_partial/post/date', { post: page, class_name: 'postdate' }) %> <%- partial('_partial/post/category') %> <%- partial('_partial/post/tag') %> </div> </header> <%- partial('_partial/post/gallery') %> <div class="content" itemprop="articleBody"> <%- page.content %> </div> </article> <%- partial('_partial/comments') %>