From 4fc914a470f2460e674372baeb5e70d1dda91c21 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sun, 28 Mar 2021 16:06:42 -0700 Subject: [PATCH] add twitter_handle to episode template --- audio/templates/audio/index.html | 2 +- todo.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/templates/audio/index.html b/audio/templates/audio/index.html index cdbb1fd..35366df 100644 --- a/audio/templates/audio/index.html +++ b/audio/templates/audio/index.html @@ -2,7 +2,7 @@ {% block morehead %} {% if is_episode %} - + diff --git a/todo.md b/todo.md index ba445fc..18bdfa5 100644 --- a/todo.md +++ b/todo.md @@ -4,5 +4,4 @@ * check accessibility * setup backup for apache and systemd configs * 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