Add author to the meta tags

This commit is contained in:
Konstantin Nazarov 2023-08-18 00:18:54 +01:00
parent 0ce6d53a05
commit ba1765bb95
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -13,6 +13,7 @@ EOF
if [ "$DATE" != "" ]; then
echo " <meta property=\"og:type\" content=\"article\">"
echo " <meta property=\"og:title\" content=\"$TITLE\">"
echo " <meta name=\"author\" content=\"Konstantin Nazarov\">"
echo " <meta property=\"article:published_time\" content=\"$DATE\"/>"
fi