From 526e1a110f2984e557e7167f5f7c3b076b20cfd0 Mon Sep 17 00:00:00 2001 From: Metehan Celik Date: Thu, 24 Feb 2022 10:29:25 +0300 Subject: [PATCH] post/categories/"category" view fix --- .../anomaly/posts-module/posts/articles.twig | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig index 25fb1ad6f..15abaec00 100644 --- a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig +++ b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig @@ -1,5 +1,18 @@ {% block styles %} {{ asset_style("visiosoft.theme.base::css/post.scss") }} + {% endblock %}
@@ -12,9 +25,6 @@ {% if entries('posts','types').findBySlug('default') %} {% set posts = entries('posts').type('default').live().limit(4).get() %} {% for post in posts %} - - -
- \ No newline at end of file