sloane.sh/priv/site/pages/posts.html.eex

8 lines
153 B
Elixir
Raw Normal View History

2024-02-24 13:40:20 -05:00
<ul>
<%= for post <- sorted_post_attrs(ctx) do %>
<li>
<a href="<%= post[:permalink] %>"><%= post[:title] %></a>
</li>
<% end %>
</ul>