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
/
nexmoe
/
content.jsx
15 lines
(12 loc)
•
325 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const { Component } =
require
(
'inferno'
); module.exports =
class
extends
Component
{ render() { const { body } = this.props;
return
( <div
class
="
nexmoe
-
primary
"
dangerouslySetInnerHTML
=
{{ __html: body }} ></div> ); } };