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

11 lines
334 B
HTML

<div class="p-4">
<h4 class="fst-italic">Archives</h4>
<ul class="list-unstyled mb-0">
{LOOP}
<li>({count}) <a href="{ROOT_URL}blog/month/{month}/{year}" class="text-decoration-none">{monthText} {year}</a></li>
{/LOOP}
{ALT}
<li>None To Show</li>
{/ALT}
</ul>
</div>