Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Meta Theme Colour tag. #126

Closed
sanjaiyan-dev opened this issue Nov 19, 2021 · 1 comment
Closed

Adding Meta Theme Colour tag. #126

sanjaiyan-dev opened this issue Nov 19, 2021 · 1 comment
Labels
question Further information is requested

Comments

@sanjaiyan-dev
Copy link

Hi, adding <meta name="theme-color" content={colour} />. 🎨

Extremely sorry if I made any mistake.

@oekazuma
Copy link
Owner

Please use Additional Meta Tags.

You can use it by writing the following example.

<script>
 import { MetaTags } from 'svelte-meta-tags';
</script>

<MetaTags
 additionalMetaTags={[
  {
   name: 'theme-color',
   content: '#4285f4'
  }
 ]}
/>

@oekazuma oekazuma added the question Further information is requested label Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants