Skip to content

Commit

Permalink
Fix <title> duplicates (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov authored Jan 2, 2025
1 parent cf7cc2a commit fa6ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{page.title}} | {{site.name}}</title>

{% seo %}
{% seo title=false %}

<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}/{{site.favicon}}">

Expand Down

0 comments on commit fa6ecb8

Please sign in to comment.