Skip to content

Commit

Permalink
Merge pull request #79 from anketwokings/patch-1
Browse files Browse the repository at this point in the history
Add twitter card
  • Loading branch information
bobdenotter authored Jun 5, 2020
2 parents 2a9823a + 6cb7020 commit 7124892
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/_metatags.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<meta property="og:site_name" content="{{ app.config.get('general/sitename') }}" />
{% if image|default() is not empty %}
<meta property="og:image" content="{{ image }}" />
{% endif %}
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="{{ title }}" />
<meta name="twitter:description" content="{{ description }}" />
{% if image|default() is not empty %}
<meta name="twitter:image" content="{{ image }}" />
{% endif %}
<meta name="robots" content="{{ robots }}" />
<!-- This site is being optimized with the Bob Bolt SEO Premium Extension™ {{ version }} Platinum Edition Pro. -->

0 comments on commit 7124892

Please sign in to comment.