13 lines
304 B
Text
13 lines
304 B
Text
|
<article .h-entry>
|
||
|
<h1.p-name>#{entryName entry}
|
||
|
<p>
|
||
|
Published
|
||
|
$maybe author <- maybeAuthor
|
||
|
\ by
|
||
|
<a .p-author.h-card href=@{HomeR}>
|
||
|
#{userFullName author}
|
||
|
on
|
||
|
<time .dt-published datetime=#{show $ entryPublished entry}>
|
||
|
<div .e-content>
|
||
|
#{entryContent entry}
|