You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by ma...@apache.org on 2021/12/17 16:39:51 UTC

[ignite-website] branch master updated: removed Reg symbol from page index title

This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1acea2a  removed Reg symbol from page index title
1acea2a is described below

commit 1acea2a1c486967d441c4ebc1a4489391f7651ea
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Fri Dec 17 13:39:35 2021 -0300

    removed Reg symbol from page index title
---
 _src/index.pug | 4 ++--
 index.html     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_src/index.pug b/_src/index.pug
index 0730840..e72ed89 100644
--- a/_src/index.pug
+++ b/_src/index.pug
@@ -1,7 +1,7 @@
 extend _components/base.pug
 
 block pagetitle
-    title Distributed Database - Apache Ignite&reg;
+    title Distributed Database - Apache Ignite;
     meta(name="description", content="Apache Ignite is a best distributed database management system for high-performance computing with in-memory speed. Learn how to use the Ignite decentralized database system and get started.")
     link(rel="canonical", href="https://ignite.apache.org/")
 
@@ -567,4 +567,4 @@ block main
 
 
 
-                        
\ No newline at end of file
+                        
diff --git a/index.html b/index.html
index 160a1eb..b903d44 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Distributed Database - Apache Ignite&reg;</title>
+    <title>Distributed Database - Apache Ignite;</title>
     <meta name="description" content="Apache Ignite is a best distributed database management system for high-performance computing with in-memory speed. Learn how to use the Ignite decentralized database system and get started." />
     <link rel="canonical" href="https://ignite.apache.org/" />
     <meta property="og:title" content="Distributed Database - Apache Ignite&amp;reg;" />