We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5a03d commit ac9cb09Copy full SHA for ac9cb09
config.toml
@@ -4,5 +4,5 @@ languageCode = "fr-fr"
4
title = "onestla.tech"
5
theme = "beautifulhugo"
6
7
-[Params]
8
- share_img = "header.jpg"
+[[Params]]
+ image = "header.jpg"
themes/beautifulhugo/layouts/partials/seo/twitter.html
@@ -4,6 +4,7 @@
{{- with .Description | default .Params.subtitle | default .Summary }}
<meta name="twitter:description" content="{{ . | truncate 200 }}">
{{- end }}
+ <meta name="twitter:image" content="https://onestla.tech/header.jpg" />
{{- with .Params.share_img | default .Params.image | default .Site.Params.logo }}
9
<meta name="twitter:image" content="{{ . | absURL }}" />
10
0 commit comments