You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:48:16 UTC

[incubator-nuttx-website] 48/48: Fix title link

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

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

commit c4211fc30655d2e9ca3693f506a03a32b4baedd8
Author: liuhuahang <li...@xiaomi.com>
AuthorDate: Thu Dec 26 21:27:30 2019 +0800

    Fix title link
    
    Signed-off-by: liuhuahang <li...@xiaomi.com>
---
 _includes/themes/apache/_navigation.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index 346ed14..1cb7f3b 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -7,7 +7,7 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="{{ site.baseurl }}">
+          <a class="navbar-brand" href="{{ site.baseurl }}/">
               <img src="{{ site.baseurl }}/assets/themes/apache/img/logo.png" width="30">
               {{ site.data.project.name }}
           </a>