Skip to content

Commit

Permalink
try workaround only in header for webp
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Apr 12, 2024
1 parent 3e8259b commit 1a28ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

<!-- For all browsers -->
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
<link rel="canonical" href="{{ page.url | absolute_url }}">
<link rel="canonical" href="{{ page.url | prepend: site.baseurl | prepend: site.url }}">
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}">

{% if site.head_scripts %}
{% for script in site.head_scripts %}
Expand Down

0 comments on commit 1a28ea7

Please sign in to comment.