Skip to content

Commit

Permalink
Add page URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 20, 2023
1 parent 7f210ab commit 69edd6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/explore/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{{ meta({
'title': page_data['meta']['seo_title'] or page_data['title'],
'description': page_data['meta']['search_description'],
'url': page_data['meta']['html_url'],
'image': {
'src': page_data['teaser_image_jpg']['full_url'],
'width': page_data['teaser_image_jpg']['width'],
Expand Down

0 comments on commit 69edd6f

Please sign in to comment.