From b49340c7b357bc278a5b1671f1e08354bb9845af Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Wed, 3 Feb 2021 18:40:15 +0800 Subject: [PATCH] update --- config.toml | 27 +++++++++++++++++++++++++-- themes/dot/layouts/partials/head.html | 10 +++++++++- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index eb95348..af0d408 100644 --- a/config.toml +++ b/config.toml @@ -105,7 +105,7 @@ hasChildren = true [[menu.main]] parent = "成长路线图" name = "Python 路线图" - url = "https://codechina.gitcode.host/developer-roadmap/python/intro/ python 的" + url = "https://codechina.gitcode.host/developer-roadmap/python/intro/" weight = 3 [[menu.main]] @@ -117,4 +117,27 @@ hasChildren = true [[menu.main]] name = "CODE CHINA" url = "https://codechina.csdn.net/" -weight = 6 \ No newline at end of file +weight = 6 + +[[menu.main]] +name = "我也要贡献" +weight = 7 +hasChildren = true + + [[menu.main]] + parent = "我也要贡献" + name = "我要补充学习资源" + url = "" + weight = 1 + + [[menu.main]] + parent = "我也要贡献" + name = "我要补充领域" + url = "" + weight = 2 + + [[menu.main]] + parent = "我也要贡献" + name = "我要反馈建议" + url = "" + weight = 3 \ No newline at end of file diff --git a/themes/dot/layouts/partials/head.html b/themes/dot/layouts/partials/head.html index 64ae644..29ae4e7 100644 --- a/themes/dot/layouts/partials/head.html +++ b/themes/dot/layouts/partials/head.html @@ -55,5 +55,13 @@ {{ else }} {{ "" | safeHTML }} {{ end }} - + -- GitLab