Skip to content

Commit

Permalink
Fixed settings meta template link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Jan 24, 2018
1 parent 1e456bc commit 72e0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/_settings/fieldtype.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{{ forms.textField({
label: "SEO Meta Template",
instructions: "The template you want to use when rendering the SEO Meta. Leave blank to use the default template (<a href='https://github.com/ethercreative/seo/blob/master/seo/templates/_seo/meta.twig' target='_blank'>which you can see here</a>). This will replace the <code>{% hook 'seo' %}</code> in your head tag.",
instructions: "The template you want to use when rendering the SEO Meta. Leave blank to use the default template (<a href='https://github.com/ethercreative/seo/blob/v3/src/templates/_seo/meta.twig?ts=4' target='_blank'>which you can see here</a>). This will replace the <code>{% hook 'seo' %}</code> in your head tag.",
name: "metaTemplate",
id: "metaTemplate",
value: settings.metaTemplate
Expand Down

0 comments on commit 72e0852

Please sign in to comment.