sloane.sh/priv/site/pages/posts.html.eex
2024-02-24 13:40:20 -05:00

7 lines
153 B
Elixir

<ul>
<%= for post <- sorted_post_attrs(ctx) do %>
<li>
<a href="<%= post[:permalink] %>"><%= post[:title] %></a>
</li>
<% end %>
</ul>