You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/18 14:51:59 UTC

[royale-docs] branch master updated: try fix favico error

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 ada253a  try fix favico error
ada253a is described below

commit ada253aa71648d4a84d6204a0609de40e28d4e62
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat May 18 16:51:52 2019 +0200

    try fix favico error
---
 _layouts/docpage.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 9b628cd..f989754 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -21,6 +21,7 @@ limitations under the License.
 <head>
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
 <link rel="stylesheet" href="{{ site.baseurl }}/royalesite.css" />
+<link rel="shortcut icon" href="">
 <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" />
 <base href="{{ site.baseurl }}/" />