prose/templates/summary.html
Naman Sood 00f27f0cbe markdown hotplugging
Signed-off-by: Naman Sood <mail@nsood.in>
2021-03-15 19:20:25 -04:00

6 lines
No EOL
184 B
HTML

<article>
<date>{{datetime metadata.time}}</date>
<h1>{{metadata.title}}</h1>
<h2>{{metadata.summary}}</h2>
<a class="load-content" href="/{{slug}}">Read more &rarr;</a>
</article>