mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add twitter author when saved
This commit is contained in:
parent
6ee30b5e34
commit
1067747cc2
1 changed files with 3 additions and 1 deletions
|
|
@ -353,7 +353,9 @@ export class TwitterHandler extends ContentHandler {
|
|||
author.username
|
||||
}</a> ${author.name} <a href="${url}">${formatTimestamp(
|
||||
tweetData.created_at
|
||||
)}</a>
|
||||
)}</a><p itemscope="" itemprop="author" itemtype="https://schema.org/Person">${
|
||||
author.name
|
||||
}</p>
|
||||
`
|
||||
|
||||
const content = `
|
||||
|
|
|
|||
Loading…
Reference in a new issue