From f4fe20ad6ae6e82068aeee7b59684f53d5788f6d Mon Sep 17 00:00:00 2001 From: zeldaroot Date: Sat, 25 Apr 2020 01:13:34 +0300 Subject: [PATCH] Changed style --- views/category.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/category.ejs b/views/category.ejs index 46919eb..d9e976a 100644 --- a/views/category.ejs +++ b/views/category.ejs @@ -48,7 +48,7 @@
- <% if (typeof content === 'object') { %> + <% if (typeof content === 'object' && page.current_page === 1) { %>
<% if (content.image) { %> @@ -239,7 +239,7 @@
<% } %> - <% if (typeof content === 'object') { %> + <% if (typeof content === 'object' && page.current_page === 1) { %> <% if (page.comments) { %>
<%- page.comments %>