get the devices page working

This commit is contained in:
Aaron Honeycutt 2024-12-02 16:44:01 -07:00
parent f205648475
commit 22eda90eec
3 changed files with 28 additions and 12 deletions

View file

@ -57,7 +57,7 @@ recent_more_text = "more »"
sections = [
{ name = "posts", path = "/posts", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
# { name = "devices", path = "/devices", is_external = false },
{ name = "devices", path = "/devices", is_external = false },
# { name = "about", path = "/about", is_external = false },
# { name = "github", path = "https://github.com/<your-username>", is_external = true },
]