Skip to content

Commit

Permalink
Update open_graph.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton authored Mar 4, 2019
1 parent b55bdf1 commit f6c42dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head/seo/open_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta property="og:type" content="{{ if .Params.type }}{{ .Params.type }}{{ else }}website{{ end }}" />
<meta property="og:url" content="{{ .Permalink }}" />
{{ with .Params.images }}{{ range first 1 . }}
<meta property="og:image" content="{{ . }}" />
<meta property="og:image" content="{{ $.Site.BaseURL}}/{{ . }}" />
{{ end }}{{ end }}

<!-- Optional Open Graph Markup -->
Expand Down

0 comments on commit f6c42dd

Please sign in to comment.