disable link to resume from website but it can be accessed from the link

This commit is contained in:
Aaron Honeycutt 2026-01-21 06:44:18 -07:00
parent 2702ebc04c
commit 428cf906c4

View file

@ -57,7 +57,6 @@ recent_more_text = "more »"
sections = [
{ name = "posts", path = "/posts", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
{ name = "resume", path = "/resume", is_external = false },
# { name = "about", path = "/about", is_external = false },
# { name = "github", path = "https://github.com/ahoneybun", is_external = true },
]