11 lines
334 B
HTML
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> |