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