Skip to content

Commit

Permalink
Fixed tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Jan 3, 2024
1 parent 367f183 commit 15526ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header>
<nav>
<h1 class="name"><a class="nav-item" href="/">Ayaka Yorihiro</a></h1>
<a class="nav-item" href="'/#research">Research</a>
<a class="nav-item" href="/#research">Research</a>
<a class="nav-item" href="/#teaching">Teaching</a>
<a class="nav-item" href="{{ get_url(path='@/posts/_index.md') }}">Posts</a>
<a class="nav-item" href="{{ get_url(path='@/misc/_index.md') }}">Misc</a>
Expand Down

0 comments on commit 15526ad

Please sign in to comment.