mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
9 lines
196 B
Text
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>
|