Skip to content

Commit

Permalink
fix (main): meta adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Nov 8, 2023
1 parent 472a830 commit ce54ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="{{ site.description }}">
<meta property="og:title" content="{{ site.title }}">"
<meta name="og:description" content="{{ site.description }}">
<meta property="og:url" content="https://museu.harena.org/mupa/">
<meta property="og:title" content="{{ site.title }}">
<meta property="og:image" content="https://museu.harena.org/mupa/img/mupa-teaser.png">
<meta property="og:description" content="{{ site.description }}">
<meta property="og:url" content="https://museu.harena.org/mupa/">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1046">
<meta property="og:image:height" content="342">
Expand Down

0 comments on commit ce54ebb

Please sign in to comment.