diff --git a/content/about/benefits.md b/content/about/benefits.md index f1a7d1680..3829c9682 100644 --- a/content/about/benefits.md +++ b/content/about/benefits.md @@ -10,7 +10,8 @@ menu: main: parent: "About Hugo" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [] toc: false diff --git a/content/about/features.md b/content/about/features.md index 7254fdc8d..917c6885d 100644 --- a/content/about/features.md +++ b/content/about/features.md @@ -9,7 +9,8 @@ menu: main: parent: "About Hugo" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 draft: false aliases: [/about/features] toc: true diff --git a/content/about/license.md b/content/about/license.md index ab683259d..43d04913d 100644 --- a/content/about/license.md +++ b/content/about/license.md @@ -11,7 +11,8 @@ menu: main: parent: "About Hugo" weight: 60 -weight: 60 #rem +weight: 60 +sections_weight: 60 aliases: [/meta/license] toc: true --- diff --git a/content/about/roadmap.md b/content/about/roadmap.md index 78deb3820..6a7cf22ca 100644 --- a/content/about/roadmap.md +++ b/content/about/roadmap.md @@ -11,7 +11,8 @@ menu: main: parent: "About Hugo" weight: 50 -weight: 50 #rem +weight: 50 +sections_weight: 50 draft: false aliases: [/meta/roadmap] toc: false diff --git a/content/about/what-is-hugo.md b/content/about/what-is-hugo.md index e4297bc3c..4ae890f08 100644 --- a/content/about/what-is-hugo.md +++ b/content/about/what-is-hugo.md @@ -10,7 +10,8 @@ menu: main: parent: "About Hugo" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [/overview/introduction/,/about/why-i-built-hugo/] toc: true diff --git a/content/contribute/development.md b/content/contribute/development.md index 6a0239054..523c603e8 100644 --- a/content/contribute/development.md +++ b/content/contribute/development.md @@ -12,7 +12,8 @@ menu: main: parent: "Contribute" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [/contribute/development/] toc: true diff --git a/content/contribute/documentation.md b/content/contribute/documentation.md index 7db81ab55..317da92a0 100644 --- a/content/contribute/documentation.md +++ b/content/contribute/documentation.md @@ -11,7 +11,8 @@ menu: main: parent: "Contribute" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 draft: false aliases: [/contribute/docs/] toc: true diff --git a/content/contribute/themes.md b/content/contribute/themes.md index d4badc045..58df96c2f 100644 --- a/content/contribute/themes.md +++ b/content/contribute/themes.md @@ -12,7 +12,8 @@ menu: main: parent: "Contribute" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/contribute/theme/] wip: true diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index e575908a9..d121bf887 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -11,7 +11,8 @@ menu: main: parent: "Getting Started" weight: 60 -weight: 60 #rem +weight: 60 +sections_weight: 60 draft: false aliases: [/overview/source-directory/,/overview/configuration/] toc: true diff --git a/content/getting-started/directory-structure.md b/content/getting-started/directory-structure.md index 58b81cb95..4b02ea806 100644 --- a/content/getting-started/directory-structure.md +++ b/content/getting-started/directory-structure.md @@ -11,7 +11,8 @@ menu: main: parent: "Getting Started" weight: 50 -weight: 50 #rem +weight: 50 +sections_weight: 50 draft: false aliases: [/overview/source-directory/] toc: true diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index fd83f02b3..75b08321c 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -12,7 +12,8 @@ menu: main: parent: "Getting Started" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/tutorials/installing-on-windows/,/tutorials/installing-on-mac/,/overview/installing/,/getting-started/install,/install/] toc: true diff --git a/content/getting-started/quick-start.md b/content/getting-started/quick-start.md index c4d00d512..e7b4c89f0 100644 --- a/content/getting-started/quick-start.md +++ b/content/getting-started/quick-start.md @@ -12,7 +12,8 @@ menu: main: parent: "Getting Started" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [/overview/quickstart/] toc: true diff --git a/content/getting-started/usage.md b/content/getting-started/usage.md index e5940928a..4dbddc0c1 100644 --- a/content/getting-started/usage.md +++ b/content/getting-started/usage.md @@ -11,7 +11,8 @@ menu: main: parent: "Getting Started" weight: 40 -weight: 40 #rem +weight: 40 +sections_weight: 40 draft: false aliases: [/overview/usage/,/extras/livereload/,/doc/usage/,/usage/] toc: true diff --git a/content/hosting-and-deployment/deployment-with-rsync.md b/content/hosting-and-deployment/deployment-with-rsync.md index 1cb3c119e..cf8926b10 100644 --- a/content/hosting-and-deployment/deployment-with-rsync.md +++ b/content/hosting-and-deployment/deployment-with-rsync.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 70 -weight: 70 #rem +weight: 70 +sections_weight: 70 draft: false aliases: [/tutorials/deployment-with-rsync/] toc: true diff --git a/content/hosting-and-deployment/deployment-with-wercker.md b/content/hosting-and-deployment/deployment-with-wercker.md index 0435d65f0..e36a53634 100644 --- a/content/hosting-and-deployment/deployment-with-wercker.md +++ b/content/hosting-and-deployment/deployment-with-wercker.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 60 -weight: 60 #rem +weight: 60 +sections_weight: 60 draft: false aliases: [/tutorials/automated-deployments/] toc: true diff --git a/content/hosting-and-deployment/hosting-on-bitbucket.md b/content/hosting-and-deployment/hosting-on-bitbucket.md index b1b49d819..d7ea27a2e 100644 --- a/content/hosting-and-deployment/hosting-on-bitbucket.md +++ b/content/hosting-and-deployment/hosting-on-bitbucket.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 50 -weight: 50 #rem +weight: 50 +sections_weight: 50 draft: false toc: true aliases: [/tutorials/hosting-on-bitbucket/] diff --git a/content/hosting-and-deployment/hosting-on-firebase.md b/content/hosting-and-deployment/hosting-on-firebase.md index ae1dad7da..289e125f4 100644 --- a/content/hosting-and-deployment/hosting-on-firebase.md +++ b/content/hosting-and-deployment/hosting-on-firebase.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 draft: false toc: true aliases: [] diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index 71302981b..0c6cb2946 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false toc: true aliases: [/tutorials/github-pages-blog/] diff --git a/content/hosting-and-deployment/hosting-on-gitlab.md b/content/hosting-and-deployment/hosting-on-gitlab.md index 828caf3d1..c61ff904b 100644 --- a/content/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/hosting-and-deployment/hosting-on-gitlab.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 40 -weight: 40 #rem +weight: 40 +sections_weight: 40 draft: false toc: true wip: false diff --git a/content/hosting-and-deployment/hosting-on-netlify.md b/content/hosting-and-deployment/hosting-on-netlify.md index e475c0cfd..325c90b7c 100644 --- a/content/hosting-and-deployment/hosting-on-netlify.md +++ b/content/hosting-and-deployment/hosting-on-netlify.md @@ -12,7 +12,8 @@ menu: main: parent: "Hosting and Deployment" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [] toc: true diff --git a/content/news/press-and-articles.md b/content/news/press-and-articles.md index 7349685b4..474784d3c 100644 --- a/content/news/press-and-articles.md +++ b/content/news/press-and-articles.md @@ -11,7 +11,8 @@ menu: main: parent: "News" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/community/press/] toc: false diff --git a/content/news/release-notes.md b/content/news/release-notes.md index f0403fc81..a24ba1451 100644 --- a/content/news/release-notes.md +++ b/content/news/release-notes.md @@ -11,7 +11,8 @@ menu: main: parent: "News" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/meta/release-notes/] toc: true diff --git a/content/templates/alternatives.md b/content/templates/alternatives.md index 5e9bf62f3..4dd78c8e8 100644 --- a/content/templates/alternatives.md +++ b/content/templates/alternatives.md @@ -12,7 +12,8 @@ menu: main: parent: "Templates" weight: 170 -weight: 170 #rem +weight: 170 +sections_weight: 170 draft: false aliases: [/templates/ace/,/templates/amber/] toc: true diff --git a/content/templates/base.md b/content/templates/base.md index d8e3a53c3..1d375369a 100644 --- a/content/templates/base.md +++ b/content/templates/base.md @@ -12,7 +12,8 @@ menu: main: parent: "Templates" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 draft: false aliases: [/templates/blocks/,/templates/base-templates-and-blocks/] toc: true diff --git a/content/templates/data-templates.md b/content/templates/data-templates.md index 500c008a9..8a585b22d 100644 --- a/content/templates/data-templates.md +++ b/content/templates/data-templates.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 80 -weight: 80 #rem +weight: 80 +sections_weight: 80 draft: false aliases: [/extras/datafiles/,/extras/datadrivencontent/,/doc/datafiles/] toc: true diff --git a/content/templates/files.md b/content/templates/files.md index cd926ab0c..150bc815b 100644 --- a/content/templates/files.md +++ b/content/templates/files.md @@ -12,7 +12,8 @@ menu: main: parent: "Templates" weight: 110 -weight: 110 #rem +weight: 110 +sections_weight: 110 draft: false aliases: [/extras/localfiles/,/templates/local-files/] toc: true diff --git a/content/templates/homepage.md b/content/templates/homepage.md index ff80583b8..ddc53d224 100644 --- a/content/templates/homepage.md +++ b/content/templates/homepage.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/layout/homepage/,/templates/homepage-template/] toc: false diff --git a/content/templates/internal.md b/content/templates/internal.md index 4e298de3a..58adc9314 100644 --- a/content/templates/internal.md +++ b/content/templates/internal.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 168 -weight: 168 #rem +weight: 168 +sections_weight: 168 draft: false aliases: [] toc: true diff --git a/content/templates/introduction.md b/content/templates/introduction.md index 95b9378a8..93bd19e7d 100644 --- a/content/templates/introduction.md +++ b/content/templates/introduction.md @@ -12,7 +12,8 @@ menu: main: parent: "Templates" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [/templates/introduction/,/layouts/introduction/,/layout/introduction/, /templates/go-templates/] toc: true diff --git a/content/templates/lists.md b/content/templates/lists.md index 30c1aa83f..6721da1c9 100644 --- a/content/templates/lists.md +++ b/content/templates/lists.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 22 -weight: 22 #rem +weight: 22 +sections_weight: 22 draft: false aliases: [/templates/list/,/layout/indexes/] toc: true diff --git a/content/templates/lookup-order.md b/content/templates/lookup-order.md index 82038da27..6d98fa3a0 100644 --- a/content/templates/lookup-order.md +++ b/content/templates/lookup-order.md @@ -12,7 +12,8 @@ menu: main: parent: "Templates" weight: 15 -weight: 15 #rem +weight: 15 +sections_weight: 15 draft: false aliases: [/templates/lookup/] toc: true diff --git a/content/templates/menu-templates.md b/content/templates/menu-templates.md index bc9ccea28..e8d4fe71d 100644 --- a/content/templates/menu-templates.md +++ b/content/templates/menu-templates.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 130 -weight: 130 #rem +weight: 130 +sections_weight: 130 draft: false aliases: [/templates/menus/] toc: false diff --git a/content/templates/ordering-and-grouping.md b/content/templates/ordering-and-grouping.md index 73f0aa69a..8b37d7f6d 100644 --- a/content/templates/ordering-and-grouping.md +++ b/content/templates/ordering-and-grouping.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 27 -weight: 27 #rem +weight: 27 +sections_weight: 27 draft: true aliases: [/templates/ordering/,/templates/grouping/] toc: true diff --git a/content/templates/pagination.md b/content/templates/pagination.md index c015904a3..824baabf2 100644 --- a/content/templates/pagination.md +++ b/content/templates/pagination.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 140 -weight: 140 #rem +weight: 140 +sections_weight: 140 draft: false aliases: [/extras/pagination,/doc/pagination/] toc: true diff --git a/content/templates/partials.md b/content/templates/partials.md index b1517ba29..fe88ea59a 100644 --- a/content/templates/partials.md +++ b/content/templates/partials.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 90 -weight: 90 #rem +weight: 90 +sections_weight: 90 draft: false aliases: [/templates/partial/,/layout/chrome/,/extras/analytics/] toc: true diff --git a/content/templates/robots.md b/content/templates/robots.md index cf58db723..24ae1fcd5 100644 --- a/content/templates/robots.md +++ b/content/templates/robots.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 165 -weight: 165 #rem +weight: 165 +sections_weight: 165 draft: false aliases: [/extras/robots-txt/] toc: false diff --git a/content/templates/rss.md b/content/templates/rss.md index da631bed0..25aee3254 100644 --- a/content/templates/rss.md +++ b/content/templates/rss.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 150 -weight: 150 #rem +weight: 150 +sections_weight: 150 draft: false aliases: [/templates/rss/] toc: true diff --git a/content/templates/section-templates.md b/content/templates/section-templates.md index e191f90d5..1c59b5734 100644 --- a/content/templates/section-templates.md +++ b/content/templates/section-templates.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 40 -weight: 40 #rem +weight: 40 +sections_weight: 40 draft: false aliases: [/templates/sections/] toc: true diff --git a/content/templates/shortcode-templates.md b/content/templates/shortcode-templates.md index 94a89d961..790c9be4e 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 100 -weight: 100 #rem +weight: 100 +sections_weight: 100 draft: false aliases: [] toc: true diff --git a/content/templates/single-page-templates.md b/content/templates/single-page-templates.md index 66b9e234d..d608fdaff 100644 --- a/content/templates/single-page-templates.md +++ b/content/templates/single-page-templates.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 60 -weight: 60 #rem +weight: 60 +sections_weight: 60 draft: false aliases: [/layout/content/] toc: true diff --git a/content/templates/sitemap-template.md b/content/templates/sitemap-template.md index d0f9e75e2..657237507 100644 --- a/content/templates/sitemap-template.md +++ b/content/templates/sitemap-template.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 160 -weight: 160 #rem +weight: 160 +sections_weight: 160 draft: false aliases: [/layout/sitemap/,/templates/sitemap/] toc: false diff --git a/content/templates/taxonomy-templates.md b/content/templates/taxonomy-templates.md index 678abc161..ac6734762 100644 --- a/content/templates/taxonomy-templates.md +++ b/content/templates/taxonomy-templates.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 50 -weight: 50 #rem +weight: 50 +sections_weight: 50 draft: false aliases: [/taxonomies/displaying/,/templates/terms/,/indexes/displaying/,/taxonomies/templates/,/indexes/ordering/, /templates/taxonomies/, /templates/taxonomy/] toc: true diff --git a/content/templates/template-debugging.md b/content/templates/template-debugging.md index 49900d6f7..9a2fbc327 100644 --- a/content/templates/template-debugging.md +++ b/content/templates/template-debugging.md @@ -12,7 +12,8 @@ menu: main: parent: "Templates" weight: 180 -weight: 180 #rem +weight: 180 +sections_weight: 180 draft: false aliases: [] toc: false diff --git a/content/templates/views.md b/content/templates/views.md index 5ca2ce481..92049d825 100644 --- a/content/templates/views.md +++ b/content/templates/views.md @@ -11,7 +11,8 @@ menu: main: parent: "Templates" weight: 70 -weight: 70 #rem +weight: 70 +sections_weight: 70 draft: false aliases: [] toc: true diff --git a/content/themes/_index.md b/content/themes/_index.md index 480ca8ba1..e62462e34 100644 --- a/content/themes/_index.md +++ b/content/themes/_index.md @@ -9,7 +9,8 @@ menu: main: parent: "Themes" weight: 01 -weight: 01 #rem +weight: 01 +sections_weight: 01 categories: [themes] tags: [themes,introduction,overview] draft: false diff --git a/content/themes/creating.md b/content/themes/creating.md index 5eed4bffd..b551fb96b 100644 --- a/content/themes/creating.md +++ b/content/themes/creating.md @@ -11,7 +11,8 @@ menu: main: parent: "Themes" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/themes/creation/,/tutorials/creating-a-new-theme/] toc: true diff --git a/content/themes/customizing.md b/content/themes/customizing.md index 89555ad29..39674d3c8 100644 --- a/content/themes/customizing.md +++ b/content/themes/customizing.md @@ -11,7 +11,8 @@ menu: main: parent: "Themes" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 draft: false aliases: [/themes/customize/] toc: true diff --git a/content/themes/installing-and-using-themes.md b/content/themes/installing-and-using-themes.md index bebac8d24..d0c29d347 100644 --- a/content/themes/installing-and-using-themes.md +++ b/content/themes/installing-and-using-themes.md @@ -11,7 +11,8 @@ menu: main: parent: "Themes" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [/themes/usage/,/themes/installing/] toc: true diff --git a/content/themes/theme-showcase.md b/content/themes/theme-showcase.md index 64f73b7d4..315d352a5 100644 --- a/content/themes/theme-showcase.md +++ b/content/themes/theme-showcase.md @@ -12,7 +12,8 @@ menu: main: parent: "Themes" weight: 40 -weight: 40 #rem +weight: 40 +sections_weight: 40 draft: false aliases: [] toc: false diff --git a/content/tools/_index.md b/content/tools/_index.md index 20b7f77c5..a8f25726d 100644 --- a/content/tools/_index.md +++ b/content/tools/_index.md @@ -11,7 +11,8 @@ menu: main: parent: "Tools" weight: 01 -weight: 01 #rem +weight: 01 +sections_weight: 01 draft: false aliases: [/tools/] --- diff --git a/content/tools/editors.md b/content/tools/editors.md index fc931933a..19368b60c 100644 --- a/content/tools/editors.md +++ b/content/tools/editors.md @@ -11,7 +11,8 @@ menu: main: parent: "Tools" weight: 50 -weight: 50 #rem +weight: 50 +sections_weight: 50 draft: false aliases: [] toc: false diff --git a/content/tools/frontends.md b/content/tools/frontends.md index 8602d86a7..00d969d0b 100644 --- a/content/tools/frontends.md +++ b/content/tools/frontends.md @@ -11,7 +11,8 @@ menu: main: parent: "Tools" weight: 40 -weight: 40 #rem +weight: 40 +sections_weight: 40 draft: false aliases: [] toc: false diff --git a/content/tools/migrations.md b/content/tools/migrations.md index 8ca9bb72a..ac6cc55ce 100644 --- a/content/tools/migrations.md +++ b/content/tools/migrations.md @@ -10,7 +10,8 @@ menu: main: parent: "Tools" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 draft: false aliases: [/developer-tools/migrations/,/developer-tools/migrated/] toc: true diff --git a/content/tools/other.md b/content/tools/other.md index 89dee5f78..9002a2bba 100644 --- a/content/tools/other.md +++ b/content/tools/other.md @@ -11,7 +11,8 @@ menu: main: parent: "Tools" weight: 70 -weight: 70 #rem +weight: 70 +sections_weight: 70 draft: false aliases: [] toc: false diff --git a/content/tools/search.md b/content/tools/search.md index aebb491e7..72c25c911 100644 --- a/content/tools/search.md +++ b/content/tools/search.md @@ -11,7 +11,8 @@ menu: main: parent: "Tools" weight: 60 -weight: 60 #rem +weight: 60 +sections_weight: 60 draft: false aliases: [] toc: true diff --git a/content/tools/starter-kits.md b/content/tools/starter-kits.md index 270f28d2f..2c2b8de5a 100644 --- a/content/tools/starter-kits.md +++ b/content/tools/starter-kits.md @@ -10,7 +10,8 @@ menu: main: parent: "Tools" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 draft: false aliases: [/developer-tools/migrations/,/developer-tools/migrated/] toc: false diff --git a/content/tools/syntax-highlighting.md b/content/tools/syntax-highlighting.md index 4fc6402f9..537692990 100644 --- a/content/tools/syntax-highlighting.md +++ b/content/tools/syntax-highlighting.md @@ -11,7 +11,8 @@ menu: main: parent: "Tools" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 draft: false aliases: [/extras/highlighting/,/extras/highlight/] toc: true diff --git a/content/variables/_index.md b/content/variables/_index.md index 7b078674a..e868b270d 100644 --- a/content/variables/_index.md +++ b/content/variables/_index.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 01 -weight: 01 #rem +weight: 01 +sections_weight: 01 aliases: [/templates/variables/] toc: false --- diff --git a/content/variables/files.md b/content/variables/files.md index 145740151..fddf8b711 100644 --- a/content/variables/files.md +++ b/content/variables/files.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 40 -weight: 40 #rem +weight: 40 +sections_weight: 40 aliases: [/variables/file-variables/] toc: false --- diff --git a/content/variables/git.md b/content/variables/git.md index 4ec653649..3eab4e331 100644 --- a/content/variables/git.md +++ b/content/variables/git.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 70 -weight: 70 #rem +weight: 70 +sections_weight: 70 aliases: [/extras/gitinfo/] toc: false wip: false diff --git a/content/variables/hugo.md b/content/variables/hugo.md index 4d1b46fc5..7ce766d71 100644 --- a/content/variables/hugo.md +++ b/content/variables/hugo.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 60 -weight: 60 #rem +weight: 60 +sections_weight: 60 aliases: [] toc: false wip: false diff --git a/content/variables/menus.md b/content/variables/menus.md index 3cddd6c10..497fd204d 100644 --- a/content/variables/menus.md +++ b/content/variables/menus.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 50 -weight: 50 #rem +weight: 50 +sections_weight: 50 aliases: [/variables/menu/] toc: false --- diff --git a/content/variables/page.md b/content/variables/page.md index f05a93f19..2ecc261be 100644 --- a/content/variables/page.md +++ b/content/variables/page.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 aliases: [/variables/page/] toc: true --- diff --git a/content/variables/shortcodes.md b/content/variables/shortcodes.md index 9611b633f..750d1a2a2 100644 --- a/content/variables/shortcodes.md +++ b/content/variables/shortcodes.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 20 -weight: 20 #rem +weight: 20 +sections_weight: 20 aliases: [] toc: false --- diff --git a/content/variables/site.md b/content/variables/site.md index ce343aa79..11d59f507 100644 --- a/content/variables/site.md +++ b/content/variables/site.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 10 -weight: 10 #rem +weight: 10 +sections_weight: 10 aliases: [/variables/site-variables/] toc: true --- diff --git a/content/variables/sitemap.md b/content/variables/sitemap.md index 02450f640..b4190dacd 100644 --- a/content/variables/sitemap.md +++ b/content/variables/sitemap.md @@ -12,7 +12,8 @@ menu: main: parent: "Variables" weight: 80 -weight: 80 #rem +weight: 80 +sections_weight: 80 aliases: [] toc: false --- diff --git a/content/variables/taxonomy.md b/content/variables/taxonomy.md index effcf6e3c..176e4d2ef 100644 --- a/content/variables/taxonomy.md +++ b/content/variables/taxonomy.md @@ -12,10 +12,10 @@ menu: main: parent: "Variables" weight: 30 -weight: 30 #rem +weight: 30 +sections_weight: 30 aliases: [] toc: true -wip: false --- ## Taxonomy Terms Page Variables