qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qemu-web PATCH 4/6] Move wiki link from footer into the header navbar


From: Daniel P . Berrangé
Subject: [qemu-web PATCH 4/6] Move wiki link from footer into the header navbar
Date: Wed, 8 Sep 2021 13:28:12 +0100

The wiki is important enough that it should be presented more
prominently in the page header navbar, rather than the footer.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 _includes/footer.html | 1 -
 _includes/nav.html    | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 411ff55..6e5bef7 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -16,7 +16,6 @@
                        <li><a href="{{ relative_root 
}}/documentation">Documentation</a></li>
                        <li><a href="https://www.qemu.org/docs/master/";>Main 
docs</a></li>
                        <li><a 
href="https://wiki.qemu.org/Category:Developer_documentation";>Developer 
docs</a></li>
-                       <li><a href="https://wiki.qemu.org/";>Wiki</a></li>
                </ul>
                <ul class="style">
                        <li><a href="https://planet.virt-tools.org/";>virt tools 
planet</a></li>
diff --git a/_includes/nav.html b/_includes/nav.html
index c66ee92..73b39b3 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -7,6 +7,7 @@
                        </li><li {% if current[1] == 'support' 
%}class='current'{% endif %}><a href="{{ relative_root }}/support">Support</a>
                        </li><li {% if current[1] == 'contribute' 
%}class='current'{% endif %}><a href="{{ relative_root 
}}/contribute">Contribute</a>
                        </li><li {% if current[1] == 'documentation' 
%}class='current'{% endif %}><a href="{{ relative_root 
}}/documentation">Docs</a>
+                       </li><li><a href="https://wiki.qemu.org";>Wiki</a>
                        </li><li {% if current[1] == 'blog' %}class='current'{% 
endif %}><a href="{{ relative_root }}/blog">Blog</a></li>
                </ul>
        </nav>
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]