Skip to content

Commit

Permalink
change site title
Browse files Browse the repository at this point in the history
  • Loading branch information
erinnmclaughlin committed Nov 24, 2023
1 parent 80ecdf3 commit 5b08f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions PersonalWebsite/Layout/PageContainer.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<PageTitle>erin mclaughlin</PageTitle>

<header>
<header>

<div class="links">
<h1 class="title">erin mclaughlin</h1>
Expand Down
2 changes: 1 addition & 1 deletion PersonalWebsite/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>PersonalWebsite</title>
<title>erinnmclaughlin</title>
<base href="/" />
<link href="css/app.css" rel="stylesheet" />
<link href="PersonalWebsite.styles.css" rel="stylesheet" />
Expand Down

0 comments on commit 5b08f66

Please sign in to comment.