mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-12-03 22:41:29 -08:00
add twitter_handle to episode template
This commit is contained in:
parent
206886f5d6
commit
4fc914a470
@ -2,7 +2,7 @@
|
|||||||
{% block morehead %}
|
{% block morehead %}
|
||||||
{% if is_episode %}
|
{% if is_episode %}
|
||||||
<meta property="twitter:card" content="summary" />
|
<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="twitter:image" content="{{ IMAGES_URL }}{{ twitter_image }}" />
|
||||||
<meta property="og:title" content="{{ ogtitle }}" />
|
<meta property="og:title" content="{{ ogtitle }}" />
|
||||||
<meta property="og:url" content="{{ ogurl }}" />
|
<meta property="og:url" content="{{ ogurl }}" />
|
||||||
|
1
todo.md
1
todo.md
@ -4,5 +4,4 @@
|
|||||||
* check accessibility
|
* check accessibility
|
||||||
* setup backup for apache and systemd configs
|
* setup backup for apache and systemd configs
|
||||||
* extend feed and episode models to support non-audiobook podcasts
|
* extend feed and episode models to support non-audiobook podcasts
|
||||||
* add twitter handle to accounts model (for og twitter card metadata in templates)
|
|
||||||
* add master (and per-contributor) rss feeds
|
* add master (and per-contributor) rss feeds
|
||||||
|
Loading…
Reference in New Issue
Block a user