fix: remove AEON's pullquote (#4253)

This commit is contained in:
Enoch Ma
2020-03-17 12:04:04 +08:00
committed by GitHub
parent bcf63acedf
commit 0e7b02bf42
+1 -1
View File
@@ -26,7 +26,7 @@ module.exports = async (ctx) => {
const time = capture('.article__date.published').text();
capture('div.newsletter-signup').remove();
capture('div.pullquote').remove();
capture('p.pullquote').remove();
capture('div.article__related').remove();
capture('div.article__shares').remove();