Fix outdated Twitter handle

This commit is contained in:
Harsh Shandilya 2021-10-15 03:18:38 +05:30
parent 632f5299a0
commit b451129c13
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ After coming across [this list](https://github.com/budparr/awesome-hugo#theme-co
```html
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@msf_jarvis" />
<meta name="twitter:site" content="@msfjarvis" />
<meta name="description" content="Optimize social media exposure with the right metadata for your site" />
<meta name="keywords" content="hugo,webdev,static sites," />
<meta property="og:url" content="https://msfjarvis.dev/posts/adding-social-metadata-to-your-hugo-sites/" />