vaersaagod / seomate

SEO, mate! It's important. That's why SEOMate provides the tools you need to craft all the meta tags, sitemaps and JSON-LD microdata you need - in one highly configurable, open and friendly package - with a super-light footprint.
MIT License
36 stars 8 forks source link

Template override not working on multi locale sites #54

Closed watarutmnh closed 3 years ago

watarutmnh commented 3 years ago

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

watarutmnh commented 3 years ago

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