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

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f63aa6  add favicon to docs
2f63aa6 is described below

commit 2f63aa6e6d0f7b6fd1a6ef66394d31f9d5c735d6
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jan 2 20:06:51 2020 +0100

    add favicon to docs
---
 _layouts/docpage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 3734761..dcc465b 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -28,7 +28,7 @@ limitations under the License.
   <script 
src="https://cdn.rawgit.com/icons8/titanic/master/dist/js/titanic.min.js";></script>
   <script 
src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.5.9/bodymovin.min.js";></script>
   <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/styles.css" />
-  <link rel="shortcut icon" href="">
+  <link rel="shortcut icon" href="favicon.ico"/>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1, user-scalable=no" />

Reply via email to