mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-14 06:11:31 -08:00
add twitter card metadata
This commit is contained in:
parent
a3ec85c864
commit
819c8db500
@ -1,6 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% block morehead %}
|
||||
{% if is_episode %}
|
||||
<meta property="twitter:card" content="summary" />
|
||||
<meta property="twitter:creator" content="@BoringTrent" />
|
||||
<meta property="og:title" content="{{ ogtitle }}" />
|
||||
<meta property="og:url" content="{{ ogurl }}" />
|
||||
<meta property="og:audio" content="{{ MP3_URL }}{{ ogmp3 }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user