Skip to content

Commit

Permalink
feat: add dns prefetch (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Mar 10, 2024
1 parent a45031b commit 56276bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<meta content="{{ tag }}" property="article:tag" />
{% endfor %} {% endif %}

<link rel="dns-prefetch" href="//fonts.gstatic.com" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//stackpath.bootstrapcdn.com" />
<link rel="dns-prefetch" href="//code.jquery.com" />
<link rel="canonical" href="{{ site.production_url }}{{ page.url | replace:'index.html',''}}" />
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.production_url }}/feed.xml" />
<link type="text/plain" rel="author" href="{{ site.base_url }}/humans.txt" />
Expand Down

0 comments on commit 56276bd

Please sign in to comment.