Changed style

This commit is contained in:
zeldaroot 2020-04-25 01:13:22 +03:00
parent 02025dceb4
commit 66f291f739
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<h1><%- page.h1 %></h1>
<% 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">
@ -227,7 +227,7 @@
</div>
<% } %>
<% if (typeof content === 'object') { %>
<% if (typeof content === 'object' && page.current_page === 1) { %>
<% if (page.comments) { %>
<div style="padding: 5px 20px;">
<%- page.comments %>