mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-08-23 05:53:57 -07:00
add twitter_handle to episode template
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user