Skip to content

Commit

Permalink
fix: Open Graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Oct 2, 2024
1 parent 14cfada commit 018fc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/templates/layout.go.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta property="og:url" content="{{ .Config.BaseURL }}" />
<meta property="og:title" content="{{ .Config.Title }} (OGC API)" />
<meta property="og:description" content="{{ unmarkdown .Config.Abstract }}" />
<meta property="og:image" content="img/logo-opengraph.png" />
<meta property="og:image" content="{{ .Config.BaseURL }}/img/logo-opengraph.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="{{ i18n "Logo" }}" />

Expand Down

0 comments on commit 018fc2d

Please sign in to comment.