List episodes newest-first on the index page
Assisted-by: Claude Opus 4.6 via pi
change tzknsymrnstnrzyzxskxsplunspnvxrs
commit 1bcc8b4df0c58405e2b64d62fb54af7ccfbd2481
author Alpha Chen <alpha@kejadlen.dev>
date
parent rsosqqqw
diff --git a/lib/pages/index.html.erb b/lib/pages/index.html.erb
index 68ab041..20716e0 100644
--- a/lib/pages/index.html.erb
+++ b/lib/pages/index.html.erb
@@ -5,7 +5,7 @@
 <p><%= transcripts.length %> episodes</p>
 
 <ul>
-<% transcripts.each do |ep| %>
+<% transcripts.reverse.each do |ep| %>
   <li><a href="<%= ep.fetch(:slug) %>.html"><%= CGI.escapeHTML("#{ep.fetch(:number)}. #{ep.fetch(:title)}") %></a></li>
 <% end %>
 </ul>