samhuri.net/public/index.ejs

9 lines
196 B
Text

<% var post = public._data.latest %>
<article>
<header>
<h1><a href="<%= post.url %>"><%= post.title %></a></h1>
<time><%= post.date %></time>
</header>
<%- post.body %>
</article>