- <%= __('post.tagged_in') %>
- <%- partial('post/tag', {tags: post.tags})%> -
- <% } %>
- <% if (post.actions === undefined || post.actions) { %>
- <%- partial('post/actions', {postContent: postContent}) %>
- <% } %>
- <% if (post.comments) { %>
- <% if (theme.disqus_shortname) { %>
- <%- partial('post/disqus') %>
- <% } else if (theme.gitment.enable) { %>
- <%- partial('post/gitment') %>
- <% } %>
+ <% if (is_post()) { %>
+ <%- partial('post/copyright')%>
<% } %>
- <%- partial('post/tag', {tags: post.tags})%> -