summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-09-28 20:03:21 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2021-09-28 20:03:21 -0400
commit9c4202d3a7705e4c1799ab95c4f7e50661bc67be (patch)
tree0fb2d60892d4719828e738991a8a3396b5c39386 /config.toml
parentef42e6a39ed03e2188bdc41ae6004d2b07f99026 (diff)
Fixed resume hyperlink
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index ad8c482..ba294e1 100644
--- a/config.toml
+++ b/config.toml
@@ -31,7 +31,7 @@ hideColorSchemeToggle = true
31 name = "Resume" 31 name = "Resume"
32 weight = 4 32 weight = 4
33 icon = "fa fa-file-text-o fa-2x" 33 icon = "fa fa-file-text-o fa-2x"
34 url = "/static/Schanzenbacher_Ryan_Resume.pdf" 34 url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
35 35
36#[[menu.main]] 36#[[menu.main]]
37# name = "About" 37# name = "About"