Skip to content

Commit

Permalink
Change navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxletemple committed Sep 2, 2024
1 parent fdcb777 commit 568dd5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ show_repo = true
links = [
# {url = "https://codeberg.org/daudix/duckquill", name = "Repo"},
# {url = "$BASE_URL/demo", name = "Demo"},
{ name = "Links", sublinks = [
{ url = "/blog", name = "Blog" },
{ url = "/blog", name = "Blog" },
{ url = "CV.pdf", name = "CV" },
{ name = "Contact", sublinks = [
{ url = "https://github.com/maxletemple", name = "GitHub" },
{ url = "https://www.linkedin.com/in/maxime-letemple-186006162/", name = "LinkedIn" },
# { url = "mailto:maxime.letemple@bordeaux-inp.fr", name = "Mail" },
]},
{ url = "CV.pdf", name = "CV" },
]
show_theme_switcher = true

Expand Down

0 comments on commit 568dd5c

Please sign in to comment.