This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch preview/no-breadcrumbs in repository https://gitbox.apache.org/repos/asf/comdev-site.git
commit 170830760b35c600fcf929b7ca5fb3c95fe2d720 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri Nov 15 16:04:48 2024 +0100 Disable breadcrumbs and remove the default 'Community' tag --- hugo.toml | 1 - layouts/_default/baseof.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 35b4fa09..571e708a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -45,7 +45,6 @@ repositoryContentBaseUrl = "https://github.com/apache/comdev-site/blob/main/sour title = "Apache Community Development" description = "The Community Development project creates and provides tools, processes, and advice to help open-source software projects improve their own community health." images = ["images/project-logos.webp"] # Open graph images are placed in `static/images` -tags = ["OpenSource", "Community", "Apache Software Foundation"] [social] twitter = "ApacheCommunity" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 47f13753..5b08cd66 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -61,7 +61,7 @@ </div> <div class="col-md-12"><!-- // --></div> </section> - {{ partial "breadcrumbs.html" . }} + <!-- not needed, not really using a tree structure {{ partial "breadcrumbs.html" . }} --> <hr> {{ partial "tags.html" .}} {{ block "main" . }}{{ end }}
