Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-latte committed Nov 15, 2019
2 parents 2721d77 + 18bd275 commit 722ca45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$context['og_description'] = $context['tag_description'];
if ( $tag_image_id ) {
$context['og_image_data'] = wp_get_attachment_image_src( $tag_image_id, 'full' );
}
}

$context['projects'] = "[shortcake_projects_carousel layout='light' title='".$context['strings']['our_initiatives']."' topic='".$context['tag']->term_id."' /]";

Expand Down
2 changes: 1 addition & 1 deletion templates/blocks/tease-related-post.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if (loop.index == 4 or loop.index == 7) %}
{% if ((loop.index % 3) == 1) %}
</div>
<div class="news-list">
{% endif %}
Expand Down

0 comments on commit 722ca45

Please sign in to comment.