Remove episode count from the index page
Assisted-by: Claude Opus 4.6 via pi
change olnvylnszmrtuqrytlkrtpozmrtxwwnz
commit 0a1b049d1695f909a32805c1504e761a668e9c8b
author Alpha Chen <alpha@kejadlen.dev>
date
parent tzknsymr
diff --git a/lib/pages/index.html.erb b/lib/pages/index.html.erb
index 20716e0..e805cdf 100644
--- a/lib/pages/index.html.erb
+++ b/lib/pages/index.html.erb
@@ -2,8 +2,6 @@
 
 <div id="search"></div>
 
-<p><%= transcripts.length %> episodes</p>
-
 <ul>
 <% transcripts.reverse.each do |ep| %>
   <li><a href="<%= ep.fetch(:slug) %>.html"><%= CGI.escapeHTML("#{ep.fetch(:number)}. #{ep.fetch(:title)}") %></a></li>