fix: remove AEON's pullquote (#4253)
This commit is contained in:
parent
bcf63acedf
commit
0e7b02bf42
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue