Repository: kafka-site Updated Branches: refs/heads/asf-site aafac9afb -> 11d27b06b
Fix typo in site_name Closes #15. Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/11d27b06 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/11d27b06 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/11d27b06 Branch: refs/heads/asf-site Commit: 11d27b06b60a3e16807f79730e423d51781fbaa6 Parents: aafac9a Author: Onur Karaman <[email protected]> Authored: Tue May 24 09:35:20 2016 -0700 Committer: Ismael Juma <[email protected]> Committed: Tue May 24 17:59:19 2016 +0100 ---------------------------------------------------------------------- includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/11d27b06/includes/header.html ---------------------------------------------------------------------- diff --git a/includes/header.html b/includes/header.html index 7af0772..54cd424 100644 --- a/includes/header.html +++ b/includes/header.html @@ -13,7 +13,7 @@ <meta property="og:title" value="Kafka" /> <meta property="og:image" value="" /> <meta property="og:description" value="A high-throughput, distributed, publish-subscribe messaging system." /> - <meta property="og:site_name" value="Aoache Kafka" /> + <meta property="og:site_name" value="Apache Kafka" /> <meta property="og:type" value="website" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
