Initial commit
This commit is contained in:
14
app/plugins/blog/views/sidebar2.html
Normal file
14
app/plugins/blog/views/sidebar2.html
Normal file
@ -0,0 +1,14 @@
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Archives</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<ol class="list-unstyled">
|
||||
{LOOP}
|
||||
<li>({count}) <a href="{ROOT_URL}blog/month/{month}/{year}">{monthText} {year}</a></li>
|
||||
{/LOOP}
|
||||
{ALT}
|
||||
{/ALT}
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user