Skip to content

Commit

Permalink
Adds page title to title element.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyboggs committed Oct 27, 2023
1 parent 9f70c2b commit 7bdb417
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
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<title>{{ page.title }} · {{ site.title }}</title>
<link href="https://fonts.googleapis.com/css?family=Lusitana|Raleway" rel="stylesheet">
<link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
<a href="#main" class="visually-hidden">Skip to main content</a>
Expand Down

0 comments on commit 7bdb417

Please sign in to comment.