Files
thetempusproject/app/plugins/blog/views/list.html
Joey Kimsey 32a9711ade wip from ATB
2025-01-21 19:19:06 -05:00

16 lines
465 B
HTML

{LOOP}
<article class="blog-post">
<h2 class="blog-post-title mb-1">{title}</h2>
<p class="blog-post-meta">{DTC date}{created}{/DTC} by <a href="{ROOT_URL}home/profile/{author}" class="text-decoration-none">{authorName}</a></p>
<div class="well">
{contentSummary}
</div>
</article>
<hr>
{/LOOP}
{ALT}
<article class="blog-post">
<p class="blog-post-meta">No Posts Found.</p>
</article>
{/ALT}