Skip to content

Commit

Permalink
Added "Speaking" menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Mar 1, 2021
1 parent 5304d28 commit af4e5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1><a href="/">{{site.title | default: site.github.repository_name }}</a></h1>
<div class="menu-entry"><h2><a href="/about">About</a></h2></div>
<div class="menu-entry"><h2><a href="/projects">Projects</a></h2></div>
<div class="menu-entry"><h2><a href="/reading">Reading</a></h2></div>
<!-- <div class="menu-entry"><h2><a href="/speaking">Speaking</a></h2></div> -->
<div class="menu-entry"><h2><a href="/speaking">Speaking</a></h2></div>
</navbar>

</header>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/speaking.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1><a href="/">{{site.title | default: site.github.repository_name }}</a></h1>
<div class="menu-entry"><h2><a href="/about">About</a></h2></div>
<div class="menu-entry"><h2><a href="/projects">Projects</a></h2></div>
<div class="menu-entry"><h2><a href="/reading">Reading</a></h2></div>
<!-- <div class="menu-entry"><h2><a href="/speaking">Speaking</a></h2></div> -->
<div class="menu-entry"><h2><a href="/speaking">Speaking</a></h2></div>
</navbar>

</header>
Expand Down

0 comments on commit af4e5ea

Please sign in to comment.