UNPKG
hexo-theme-tangyuxian
Version:
latest (2.0.0-alpha.3.1)
2.0.0-alpha.3.1
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
🔥 A special hexo theme.
www.tangyuxian.com
tangyuxian/hexo-theme-tangyuxian
hexo-theme-tangyuxian
/
layout
/
_layout
/
xiaoshu
/
content.jsx
10 lines
(7 loc)
•
228 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
const
{
Component
} =
require
(
'inferno'
);
module
.
exports
=
class
extends
Component
{
render
(
) {
const
{ body } =
this
.
props
;
return
<
div
dangerouslySetInnerHTML
=
{{
__html:
body
}}>
</
div
>
; } };