diff options
author | Eduardo Flores <edfloreshz@gmail.com> | 2025-01-20 22:49:24 +0100 |
---|---|---|
committer | Eduardo Flores <edfloreshz@gmail.com> | 2025-01-20 22:49:24 +0100 |
commit | 7d1b5be1dc75c9c125ebd8d1f9c767ac0c9b5327 (patch) | |
tree | 1fe4b596f8984ce06773c57370001133d4ac09ae | |
parent | c67ddb3eba668d1f7fb1b0b8a9291a47ba6b89f3 (diff) |
fix: change property for name
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 92c35e3..5eea693 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -20,7 +20,7 @@ {{- end }} {{ if .Param "fediverse" }} -<meta property="fediverse:creator" content="{{ .Params.Fediverse }}"> +<meta name="fediverse:creator" content="{{ .Params.Fediverse }}"> {{ end }} <title> |