Skip to content

Commit

Permalink
make site title not an h1 (semantic)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Sep 8, 2024
1 parent 87b664a commit 0df231c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions 1970/01/empty/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@

<body>
<header>
<a href="/">
<h1>alifeee's blog</h1>
</a>
<a href="/" style="font-size: 2rem">alifeee's blog</a>
</header>
<hr />
<main>
Expand Down
2 changes: 1 addition & 1 deletion 2024/09/fold-an-envelope/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<body>
<header>
<a href="/">
<h1>alifeee's blog</h1>
<a href="/" style="font-size: 2rem">alifeee's blog</a>
</a>
</header>
<hr />
Expand Down

0 comments on commit 0df231c

Please sign in to comment.