-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3936dcd
commit 55af118
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,6 +287,7 @@ snapshot[`metas plugin 3`] = ` | |
<meta property="og:image" content="http://localhost/page-3/use-cover-as-meta-image.png"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@myUser"> | ||
<meta name="fediverse:creator" content="@[email protected]"> | ||
<meta name="description" content="THIS IS PAGE EXCERPT WILL BE USED AS META DESCRIPTION."> | ||
<meta name="keywords" content="one, two"> | ||
<meta name="robots" content="this robots will be overrided"> | ||
|
@@ -332,6 +333,7 @@ snapshot[`metas plugin 3`] = ` | |
"generator", | ||
"twitter:label1", | ||
"twitter:data1", | ||
"fediverse", | ||
], | ||
page: [ | ||
"src", | ||
|