Closed siutsin closed 4 years ago
Added optional Open Graph and Twitter meta components and it shouldn't break existing theme. I was trying to read author name from .Site.Author. However, it returns a map object and unable to read either by .Name or DisplayName.
.Site.Author
.Name
DisplayName
Related to #41.
Thank you for the PR!
Added optional Open Graph and Twitter meta components and it shouldn't break existing theme. I was trying to read author name from
.Site.Author
. However, it returns a map object and unable to read either by.Name
orDisplayName
.Related to #41.