feat: add Talks to menu in demo and tpl
This commit is contained in:
parent
78e7147b3d
commit
83d57dced4
2 changed files with 18 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -18,24 +18,29 @@
|
|||
url = "#projects"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Talks"
|
||||
url = "#talks"
|
||||
weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "Publications"
|
||||
url = "#featured"
|
||||
weight = 40
|
||||
weight = 50
|
||||
|
||||
[[main]]
|
||||
name = "Courses"
|
||||
url = "courses/"
|
||||
weight = 50
|
||||
weight = 60
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
url = "#contact"
|
||||
weight = 60
|
||||
weight = 70
|
||||
|
||||
# Link to a PDF of your resume/CV from the menu.
|
||||
# To enable, copy your resume/CV to `static/files/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 = "files/cv.pdf"
|
||||
# url = "media/resume.pdf"
|
||||
# weight = 70
|
||||
|
|
Loading…
Reference in a new issue