larrybotha / larrybotha.com

My site: https://larrybotha.com
MIT License
1 stars 0 forks source link

add opengraph tags to head #16

Closed larrybotha closed 4 years ago

larrybotha commented 4 years ago
  <meta property="og:type" content="article" />
  <meta property="og:description" content="{post.title}" />
  <meta property="og:url" content="https://.../{post.url}" />
  <meta property="og:image" content="https://...{post.image}" />
  <link rel="canonical" href="https://.../{post.url}" />
  <meta property="og:title" content="..." />