diff options
| author | Iuri <iuricube@gmail.com> | 2026-01-06 21:33:10 +0100 |
|---|---|---|
| committer | Iuri <iuricube@gmail.com> | 2026-01-06 21:33:10 +0100 |
| commit | ccdc1692951ff04cd85633a13f95f8a3c63ebf4d (patch) | |
| tree | de82697ecefec3306f87da2c403af115ed4f9724 /config/_default/menus.en.toml | |
| parent | 1ec39606a7b53c74c6a2676c51f1bc7d67bd341d (diff) | |
Prod ready
Diffstat (limited to 'config/_default/menus.en.toml')
| -rw-r--r-- | config/_default/menus.en.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index b89e9df..516a34f 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -20,6 +20,22 @@ # pageRef = "posts" # weight = 10 +[[main]] + name = "Curriculum" + weight = 20 + +[[main]] + name = "[Italian CV](static/Iuri_Antico_CV-IT.pdf)" + parent = "Curriculum" + pageRef = "" + weight = 20 + +[[main]] + name = "[English CV](static/Iuri_Antico_CV-EN.pdf)" + parent = "Curriculum" + pageRef = "" + weight = 21 + #[[main]] # name = "Parent" # weight = 20 |
