diff --git a/layout/common/article.jsx b/layout/common/article.jsx
index 013efd6..d4c8404 100644
--- a/layout/common/article.jsx
+++ b/layout/common/article.jsx
@@ -5,6 +5,7 @@ const Share = require('./share');
const Donates = require('./donates');
const Comment = require('./comment');
const Related = require('./related');
+const Webmention = require('../comment/webmention')
const ArticleLicensing = require('hexo-component-inferno/lib/view/misc/article_licensing');
/**
@@ -129,6 +130,8 @@ module.exports = class extends Component {
: null}
{/* Comment */}
{!index ? : null}
+ {/* Webmention */}
+ {!index ? :null}
;
}
};
diff --git a/scripts/webmention.js b/scripts/webmention.js
new file mode 100644
index 0000000..e69de29