Skip to content

Commit

Permalink
Merge pull request #107 from mojoaxel/meta-tag-generator
Browse files Browse the repository at this point in the history
chore: add meta tag generator
  • Loading branch information
sbesh91 authored Feb 19, 2024
2 parents a22762b + a2a3563 commit c21c850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_includes/partials/meta-info.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<title>{{ pageTitle }}</title>
<link rel="canonical" href="{{ currentUrl }}" />

<meta name="generator" content="{{ eleventy.generator }}">

<meta property="og:site_name" content="{{ siteTitle }}" />
<meta property="og:title" content="{{ pageTitle }}" />
<meta property="og:type" content="website" />
Expand Down

0 comments on commit c21c850

Please sign in to comment.