Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored May 11, 2024
1 parent 13f6a4f commit 527486d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
{% if site.author %}<meta name="author" content="{{ site.author }}">{% endif %}
<meta name="theme-color" content="{{ site.themeColor }}">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 527486d

Please sign in to comment.