Add repo links footer to episode pages
Assisted-by: Claude Opus 4.6 via pi
diff --git a/lib/pages/episode.html.erb b/lib/pages/episode.html.erb
index 9b7d95e..7bd63ea 100644
--- a/lib/pages/episode.html.erb
+++ b/lib/pages/episode.html.erb
@@ -17,6 +17,7 @@
h6.timestamp + p { margin-top: 0; }
:target { background: #fff3a8; }
[data-pagefind-highlight] { background: #fff3a8; padding: 0 2px; border-radius: 2px; }
+ footer { margin-top: 2rem; color: #888; font-size: 0.85rem; }
.player { position: sticky; bottom: 0; background: #f8f8f8; border-top: 1px solid #ddd; padding: 0.5rem 0; margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }
.player-note { font-size: 0.8rem; color: #888; margin-bottom: 0.25rem; }
.player audio { width: 100%; }
@@ -38,6 +39,10 @@
<% end %>
<% end %>
+<footer>
+ <p>Source on <a href="https://git.kejadlen.dev/alpha/low-quality-transcripts">git.kejadlen.dev</a>. PRs welcome on <a href="https://github.com/kejadlen/low-quality-transcripts">GitHub</a>.</p>
+</footer>
+
<div class="player">
<p class="player-note">Timestamps may be off due to dynamic ad insertion.</p>
<audio id="audio" controls preload="none" src="<%= CGI.escapeHTML(ep[:audio_url]) %>"></audio>