From 170830760b35c600fcf929b7ca5fb3c95fe2d720 Mon Sep 17 00:00:00 2001 From: Bertrand Delacretaz Date: Fri, 15 Nov 2024 16:04:48 +0100 Subject: [PATCH] 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 @@
- {{ partial "breadcrumbs.html" . }} +
{{ partial "tags.html" .}} {{ block "main" . }}{{ end }}