mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-07-04 03:13:16 -07:00
add twitter_handle to episode template
This commit is contained in:
@ -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 }}" />
|
||||
|
Reference in New Issue
Block a user