Skip to content

Commit

Permalink
Add twitter cards (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Aug 8, 2022
1 parent b4881d9 commit 50e5a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .RelPermalink }}" title="{{ .Language.LanguageName }}" />
{{ end }}
{{ end -}}

<!-- Add twitter card for logo and images. You can test here: https://cards-dev.twitter.com/validator -->
{{ template "_internal/twitter_cards.html" . }}

</head>
<body>
<!-- Preloader. Set to true for front-page fade-in animation -->
Expand Down

0 comments on commit 50e5a61

Please sign in to comment.