Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 02c107363 -> 13779b500
Add title and description to index page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/13779b50 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/13779b50 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/13779b50 Branch: refs/heads/asf-site Commit: 13779b500a9dd43a947ad95f2ab822b6014df629 Parents: 02c1073 Author: JamesBognar <[email protected]> Authored: Mon Nov 21 16:04:18 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 21 16:04:18 2016 -0500 ---------------------------------------------------------------------- content/index.html | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/13779b50/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index be9b12d..b659848 100644 --- a/content/index.html +++ b/content/index.html @@ -1,6 +1,8 @@ <!DOCTYPE html> <html> <head> + <meta name="description" content="Apache Juneau Universal Serialization and REST API Library" /> + <title>Apache Juneau Universal Serialization and REST API Library</title> <style> @import url("styles/juneau-code.css"); @import url("styles/juneau-doc.css");
