Skip to content

Commit

Permalink
navbar: add github shortcut
Browse files Browse the repository at this point in the history
Whenever I visit the website, I usually do it accidentally while trying
to get to the github repo, so let's add a github shortcut to the menu.

I was thinking adding a slack logo as well, but docsy is stubborn about
having multiple icons without text in the menu.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed Dec 5, 2024
1 parent 47b3e52 commit 85be1f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,9 @@ params:
- tags
- categories

menu:
main:
- name:
weight: 50
pre: <i class='fa-brands fa-github'></i>
url: 'https://github.com/confidential-containers'

0 comments on commit 85be1f3

Please sign in to comment.