Skip to content

Commit

Permalink
fix (main): canonical with https
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Nov 8, 2023
1 parent 1d76af9 commit 472a830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta property="og:image:width" content="1046">
<meta property="og:image:height" content="342">

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

<!-- <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> -->
<link rel="canonical" href="https://museu.harena.org/mupa/">

<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}">
Expand Down

0 comments on commit 472a830

Please sign in to comment.