1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 18:04:03 +00:00

Add twitter:creator meta tag (#21)

This commit is contained in:
Tobias Petry 2022-06-11 13:26:19 +02:00 committed by GitHub
parent 754b3936d0
commit 9ce6843879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View file

@ -53,6 +53,7 @@ title(string $title)
description(string $description)
image(string $url)
twitterCreator(string $username)
twitterSite(string $username)
twitterTitle(string $title)
twitterDescription(string $description)