Changed style

This commit is contained in:
zeldaroot 2020-04-25 01:12:57 +03:00
parent 0c720c8699
commit 81b18a0720
1 changed files with 2 additions and 2 deletions

View File

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