This website requires JavaScript.
Explore
Help
Sign In
Nofated095
/
hexo-theme-amane
mirror of
https://github.com/Nofated095/hexo-theme-amane.git
Watch
1
Star
0
Fork
You've already forked hexo-theme-amane
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ff5f62351
hexo-theme-amane
/
layout
/
widget
/
tagcloud.locals.js
6 lines
116 B
JavaScript
Raw
Blame
History
module
.
exports
=
(
ctx
,
locals
)
=>
{
if
(
!
ctx
.
site
.
tags
.
length
)
{
return
null
;
}
return
locals
;
}
Reference in New Issue
View Git Blame
Copy Permalink