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

piotrz 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 39473ed  Make the logo a hyper link pointing to Royale main page
     new a9b64c7  Merge pull request #19 from Aszusz/feature/clickable-logo
39473ed is described below

commit 39473ed147a394495fc71c5f9a8e3c546a567346
Author: Adrian Szuszkiewicz <[email protected]>
AuthorDate: Wed May 15 15:58:49 2019 +0200

    Make the logo a hyper link pointing to Royale main page
---
 _layouts/docpage.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 1cc9a55..87aec7c 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -28,8 +28,10 @@ limitations under the License.
 </head>
 
 <body class="page">
-<div class="topbar">
-<img 
src="https://royale.apache.org/wp-content/uploads/2018/01/apache-royale-tm-logo-light.svg";
 style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/>
+<div class="topbar"> 
+<a href="https://royale.apache.org/";>
+  <img 
src="https://royale.apache.org/wp-content/uploads/2018/01/apache-royale-tm-logo-light.svg";
 style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/>
+</a>
 <ul class="topMenu">
 <li class="topMenu_li fa">
        <a class="topMenu_li_a" 
href="https://royale.apache.org/features/";>FEATURES</a>

Reply via email to