Skip to content

Commit

Permalink
Fix SEO image
Browse files Browse the repository at this point in the history
  • Loading branch information
regisphilibert committed Dec 22, 2021
1 parent 6fb706e commit 3359644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/tnd-seo/private/GetSEOData.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
{{ with $img }}
{{ $args := dict "path" . "width" 1200 }}
{{ with partialCached "huge/media/Get" $args $args }}
{{ $s.SetInMap "seo" "image" .RelPermalink }}
{{ $s.SetInMap "seo" "image" .Permalink }}
{{ $s.SetInMap "seo" "image_original" $img }}
{{ $s.SetInMap "seo" "image_absolute" .Permalink }}
{{ $s.SetInMap "seo" "image_relative" .RelPermalink }}
Expand Down

0 comments on commit 3359644

Please sign in to comment.