Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestarocket committed Apr 23, 2019
2 parents f605ce1 + 7f479c7 commit ab66285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/_partials/microdata-jsonld.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@type": "Product",
"name": "{$product.name}",
"description": "{$page.meta.description}",
"category": "{$page.category_name}",
"category": "{$product.category_name}",
{if isset($product.cover)}"image" :"{$product.cover.bySize.home_default.url}",{/if}
{if $product.reference}"mpn": "{$product.reference}",{/if}
{if $product_manufacturer->name}"brand": {
Expand Down Expand Up @@ -142,4 +142,4 @@
</script>
{/if}
{/if}
2 changes: 1 addition & 1 deletion templates/_partials/pagination-seo.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{assign page_nb $smarty.get.page|intval}
{/if}
{$queryPage = '?page='|cat:$page_nb}
{$page.canonical = $page.canonical|replace:$queryPage}
{$page.canonical = $page.canonical|replace:$queryPage:''}


{assign var="prev" value=false}
Expand Down

0 comments on commit ab66285

Please sign in to comment.