From 83d57dced40e6fda618f58139e5569039f4a41cd Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 12 Dec 2020 22:54:13 +0000 Subject: feat: add Talks to menu in demo and tpl --- config/_default/menus.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/_default/menus.toml b/config/_default/menus.toml index d492d6aa..b4fdfee1 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -18,10 +18,15 @@ url = "#projects" weight = 30 +[[main]] + name = "Talks" + url = "#talks" + weight = 40 + [[main]] name = "Publications" url = "#featured" - weight = 40 + weight = 50 [[main]] name = "Contact" @@ -29,8 +34,8 @@ weight = 60 # Link to a PDF of your resume/CV from the menu. -# To enable, copy your resume/CV to `static/media/cv.pdf` and uncomment the lines below. +# To enable, copy your resume/CV to `static/media/resume.pdf` and uncomment the lines below. # [[main]] # name = "CV" -# url = "media/cv.pdf" +# url = "media/resume.pdf" # weight = 70 -- cgit v1.2.3