Gitiles
Code Review
Sign In
source.supwisdom.com
/
epayment
/
epayapidocs
/
60ba803eef5a9cbe354c419691a915e7285f3c9b
/
.
/
themes
/
bootstrap-blog
/
layout
/
_widget
/
archive.ejs
blob: e7158da069b3eaef673f962240c3b481e83b8e31 [
file
] [
log
] [
blame
]
<%
if
(
site
.
posts
.
length
){
%>
<div
class
=
"sidebar-module"
>
<h4>
Archives
</h4>
<%-
list_archives
({
show_count
:
theme
.
show_count
,
type
:
theme
.
archive_type
,
class
:
'sidebar-module'
})
%>
</div>
<%
}
%>