vaersaagod/seomate

Template override not working on multi locale sites

Closed this issue · 1 comments

I have two locale sites and the default site is fine with template override but another site ignores the override.

Override code is something like below before {% hook 'seomateMeta' %}

{% set seomate = {
    meta: {
      description: 'test',
    }
  } %}

PHP version 7.4.21
MySQL 5.7.32
Craft Solo 3.7.8

Sorry It worked after I re-save the entry of the specific local version. It was little confusion for me but it resolved.