<%= author.bio %>
<%= posts.length %> post<%= posts.length === 1 ? '' : 's' %> on this site <% if (totalPosts > posts.length) { %> · <%= totalPosts %> total <% } %> <% if (author.created_at) { %> · joined <%= formatDate(author.created_at) %> <% } %>
💬 Send DM
No posts on this site yet.
<% if (p.published_at) { %><%= formatDate(p.published_at) %><% } %>
<%= p.excerpt %>