diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2254e5789..3c3c5361a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -64,3 +64,4 @@ - [Santiago González](https://github.com/netrules) - [Codruț Constantin Gușoi](https://www.sdwolfz.pro) - [Clément Pannetier](https://clementpannetier.dev) +- [FantasticMao](https://github.com/FantasticMao) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2c6f232ac..cd47ddcfa 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,8 +6,8 @@ {{ with .Site.Params.author }}{{ end }} - {{ with .Site.Params.description }}{{ end }} - {{ with .Site.Params.keywords }}{{ end }} + + {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/opengraph.html" . }}