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 9585fd0c52657aee650b18d973b9acdd7df4c1b4
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Mon Jul 29 20:11:04 2019 +0200

    fix: additional missing titles
    
    Ref CAMEL-13798
---
 content/_index.md                |  3 +++
 content/projects/camel-k.md      | 10 +++++++++-
 static/schema/HEADER.html        |  1 +
 static/schema/spring/HEADER.html | 13 ++++++-------
 4 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index 6124911..8061230 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,2 +1,5 @@
+---
+title: Home page
+---
 Apache Camel!
 
diff --git a/content/projects/camel-k.md b/content/projects/camel-k.md
index af1c0c3..7c6df60 100644
--- a/content/projects/camel-k.md
+++ b/content/projects/camel-k.md
@@ -1 +1,9 @@
-Camel K is alive!
+---
+title: Camel K
+---
+
+# Apache Camel K
+
+Apache Camel K is a lightweight integration platform, born on Kubernetes, with 
serverless superpowers.
+
+For more information checkout the [Camel K manual](../../camel-k/latest/) and 
join the community on on the [Camel Users mailing 
list](../../community/mailing-list/) and have a look at the [Camel K GitHub 
repository](https://github.com/apache/camel-k/).
diff --git a/static/schema/HEADER.html b/static/schema/HEADER.html
index 2c1e48c..723a3ce 100644
--- a/static/schema/HEADER.html
+++ b/static/schema/HEADER.html
@@ -1,4 +1,5 @@
 <html>
+<head><title>Apache Camel XML Schemas</title></head>
 <body>
 <h1>Apache Camel XML Schemas</h1>
 <p>This site contains all the various versions of the XML Schema Documents for 
the <a href="http://camel.apache.org/";>Apache Camel project</a></p>
diff --git a/static/schema/spring/HEADER.html b/static/schema/spring/HEADER.html
index 4ab9a3f..723a3ce 100644
--- a/static/schema/spring/HEADER.html
+++ b/static/schema/spring/HEADER.html
@@ -1,9 +1,8 @@
 <html>
-        <body>
-                <h1>Apache Camel XML Schemas</h1>
-                
-                <p>This site contains all the various versions of the XML 
Schema Documents for the <a href="http://activemq.apache.org/camel/";>Apache 
Camel project</a></p>
-                
-                <p>For details of how to use the XML Schema files, 
particularly with Spring, please see the <a 
href="http://activemq.apache.org/camel/xml-reference.html";>XML Reference</a></p>
-        </body>
+<head><title>Apache Camel XML Schemas</title></head>
+<body>
+<h1>Apache Camel XML Schemas</h1>
+<p>This site contains all the various versions of the XML Schema Documents for 
the <a href="http://camel.apache.org/";>Apache Camel project</a></p>
+<p>For details of how to use the XML Schema files, particularly with Spring, 
please see the <a 
href="https://camel.apache.org/manual/latest/spring.html";>Camel Spring 
support</a></p>
+</body>
 </html>

Reply via email to