Files
thetempusproject/app/plugins/blog/views/sidebar2.html
Joey Kimsey 1ef85c6c2c wip
2025-01-01 22:17:38 -05:00

11 lines
344 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 atb-green">{monthText} {year}</a></li>
{/LOOP}
{ALT}
<li>None To Show</li>
{/ALT}
</ul>
</div>