This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 20e49ca184110ad6a40f7f5f74696a6c7c225d0a Author: aashnajena <[email protected]> AuthorDate: Tue Aug 18 01:30:24 2020 +0530 Add and edit titles of hugo pages --- content/community/_index.md | 1 + content/docs/_index.md | 1 + content/misc/_index.md | 4 ++++ content/releases/_index.md | 2 +- content/security/_index.md | 2 +- content/sitemap/_index.md | 2 +- 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/community/_index.md b/content/community/_index.md index 72733ed..5c55396 100644 --- a/content/community/_index.md +++ b/content/community/_index.md @@ -1,4 +1,5 @@ --- +Title: "Community" --- {{< div "section" >}} diff --git a/content/docs/_index.md b/content/docs/_index.md index 242cac9..8d21420 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,4 +1,5 @@ --- +Title: "Documentation" --- {{< div "camel-project" >}} diff --git a/content/misc/_index.md b/content/misc/_index.md new file mode 100644 index 0000000..cd71943 --- /dev/null +++ b/content/misc/_index.md @@ -0,0 +1,4 @@ +--- +title: "Miscellaneous" +--- +The Apache Software Foundation (ASF) is an open source project organized under the auspices of a public benefit corporation. You can find terms of use of this website under [Privacy Policy]("/privacy-policy"). You can read more about organisations that helped Camel under [Acknowledgements](/acknowledgements). \ No newline at end of file diff --git a/content/releases/_index.md b/content/releases/_index.md index b70c7ab..f51156b 100644 --- a/content/releases/_index.md +++ b/content/releases/_index.md @@ -1,5 +1,5 @@ --- -title: "Apache Camel Releases" +title: "Releases" --- # Apache Camel releases archive diff --git a/content/security/_index.md b/content/security/_index.md index 46b0afc..8ec7e6a 100644 --- a/content/security/_index.md +++ b/content/security/_index.md @@ -1,5 +1,5 @@ --- -title: "Apache Camel security information" +title: "Security" --- # Apache Camel security information diff --git a/content/sitemap/_index.md b/content/sitemap/_index.md index 1d825fe..79a415f 100644 --- a/content/sitemap/_index.md +++ b/content/sitemap/_index.md @@ -1,3 +1,3 @@ --- -title: "Camel Website Sitemap" +title: "Sitemap" --- \ No newline at end of file
