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
commit38e130a82126dff89f6e8e91a15b33095cdf3ef3 (patch)
treeeed2e6c679a1976454539b6f4a37500c7040abe4 /config.toml
parente52868928b3d8bd7a69954aed4a0b72ec18ff7d2 (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"