Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chellem committed Aug 15, 2024
1 parent 2bbd57d commit 5b0085a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<meta name="author" content="{{ site.author }}" />
<link rel="shortcut icon" href="{{ "/assets/ico/favicon.ico" | prepend:site.baseurl }}">

<title>
{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}
</title>
<title>{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</title>

<!-- Bootstrap core CSS -->
<link
Expand Down

0 comments on commit 5b0085a

Please sign in to comment.