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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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();