Files
thetempusproject/app/plugins/blog/views/sidebar2.html
2024-12-11 02:08:53 -05:00

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