UNPKG
@feathers-plus/common
Version:
latest (0.1.0)
0.1.0
Shared utility functions for Feathers-plus.
github.com/feathers-plus/common
feathers-plus/common
@feathers-plus/common
/
lib
/
hexo
/
tag-plugin.js
7 lines
(5 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
// themes/theme-name/scripts/any.js
// {% hooksApiSee combine %}
hexo.
extend
.
tag
.
register
(
'hooksApiSee'
,
name
=>
{
return
hooks[name] ? hooks[name].
tags
:
''
; });