Index: src/views/pages/favorites.ejs
===================================================================
--- src/views/pages/favorites.ejs	(revision e6272d126af1da85efbc5f054f8af5220f37d8df)
+++ 	(revision )
@@ -1,21 +1,0 @@
-<div class="container favorites-page">
-  <h1><%= t('fav.title') %></h1>
-  <p class="fav-sub"><%= t('fav.sub') %></p>
-
-  <% if (!posts || !posts.length) { %>
-    <p class="fav-empty"><%= t('fav.empty') %></p>
-  <% } else { %>
-    <ul class="post-list">
-      <% posts.forEach(function(p){ %>
-        <%- include('../partials/post-card', { post: p, siteUrlBase: (p._urlBase || '') }) %>
-      <% }); %>
-    </ul>
-  <% } %>
-</div>
-
-<style>
-  .favorites-page { max-width: 760px; margin: 3rem auto; padding: 0 1rem; }
-  .favorites-page h1 { font-family: var(--font-display, serif); font-size: 2rem; margin: 0 0 0.3rem; }
-  .fav-sub { color: var(--ink-muted); margin: 0 0 2rem; }
-  .fav-empty { color: var(--ink-muted); padding: 2rem 0; }
-</style>
