Skip to content

Commit

Permalink
chore: remove twitter meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Jan 27, 2025
1 parent 829f5ee commit 9d7122e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
{% endblock %}

{% block extrahead %}
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@siddhantgoel" />
<meta name="twitter:creator" content="@siddhantgoel" />
<meta name="twitter:title" content="{{ config.site_name }}" />
<meta name="twitter:description" content="{{ config.site_description }}" />

<meta property="og:title" content="{{ config.site_name }}"/>
<meta property="og:description" content="{{ config.site_description }}"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="{{ page.canonical_url }}"/>
<meta property="og:image" content="images/awesome-beancount.png"/>

<link rel="me" href="https://mastodon.social/@siddhantgoel" />
{% endblock %}

0 comments on commit 9d7122e

Please sign in to comment.