You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="og:image" content="{{ if .Params.Ogimage }}https://www.ssp.sh/brain/feature/{{ .Params.Ogimage }}{{ else }}https://www.ssp.sh/brain/second-brain.jpeg{{ end }}">
14
+
<metaproperty="og:width" content="{{ if .Params.Ogwidth }}{{ .Params.Ogwidth }}{{ else }}1024{{ end }}"><!--this and below need to be changed to second-brain.jpeg-->
15
+
<metaproperty="og:height" content="{{ if .Params.Ogheight }}{{ .Params.Ogheight }}{{ else }}763{{ end }}">
0 commit comments