Skip to content

Commit

Permalink
Remove unnecessary Twitter meta tags
Browse files Browse the repository at this point in the history
Twitter picks up the data form OG tags so there is no need to duplicate it.
  • Loading branch information
dragunoff authored and abcdefg30 committed Jun 20, 2021
1 parent 744a4c1 commit 65f741a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@{{ site.twitter_username }}">
<meta name="twitter:creator" content="@{{ site.twitter_username }}">
<meta name="twitter:title" content="{{ social_title | strip }}">
<meta name="twitter:description" content="{{ site.tagline }}">
<!-- query param at the end is for cache busting if/when more dynamic social images are added -->
<meta name="twitter:image" content="{{ '/images/social.jpg' | absolute_url }}?t={{ site.time | date: "%Y-%m-%d-%H-%M" }}">

{% capture page_title %}
{% if page.title %}
Expand Down

0 comments on commit 65f741a

Please sign in to comment.