Skip to content

Commit

Permalink
I wanted the most recent thing to be at the top of the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLu2004 committed Jan 25, 2024
1 parent 99fe254 commit 454360d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/navbar_temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<li>
<a href="/events">EVENTS</a>
<ul>
<li><a href="/events/weekofawesome">WEEK OF AWESOME</a></li>
<li><a href="/hackthetunnels">HACK THE TUNNELS</a></li>
<li><a href="/jobuary">JOBUARY</a></li>
<li><a href="/hackthetunnels">HACK THE TUNNELS</a></li>
<li><a href="/events/weekofawesome">WEEK OF AWESOME</a></li>
</ul>
<!--
<ul>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "prettier --check '{layouts,assets}/**/*.{css,scss,html,js}'",
"format": "prettier --write '{layouts,assets}/**/*.{css,scss,html,js}'"
"format": "prettier --write '{layouts,assets}/**/*.{css,scss,html,js}'",
"start" : "hugo server"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 454360d

Please sign in to comment.