mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-13 22:01:30 -08:00
add twitter_handle to episode template
This commit is contained in:
parent
206886f5d6
commit
4fc914a470
@ -2,7 +2,7 @@
|
||||
{% block morehead %}
|
||||
{% if is_episode %}
|
||||
<meta property="twitter:card" content="summary" />
|
||||
<meta property="twitter:creator" content="@BoringTrent" />
|
||||
<meta property="twitter:creator" content="{{ user.account.twitter_handle }}" />
|
||||
<meta property="twitter:image" content="{{ IMAGES_URL }}{{ twitter_image }}" />
|
||||
<meta property="og:title" content="{{ ogtitle }}" />
|
||||
<meta property="og:url" content="{{ ogurl }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user