Changed style

This commit is contained in:
zeldaroot 2020-04-25 01:13:34 +03:00
parent a3f9fa80c9
commit f4fe20ad6a
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<div style="clear: both;"></div>
<% if (typeof content === 'object') { %>
<% if (typeof content === 'object' && page.current_page === 1) { %>
<div class="cinemapress-content">
<% if (content.image) { %>
<img src="<%- content.image %>" class="cinemapress-content-image">
@ -239,7 +239,7 @@
</div>
<% } %>
<% if (typeof content === 'object') { %>
<% if (typeof content === 'object' && page.current_page === 1) { %>
<% if (page.comments) { %>
<div style="padding: 10px;">
<%- page.comments %>