From d91cb158814bbd7305ebe411c59c4eb8d78612ee Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Mon, 25 Mar 2024 10:35:51 +0530
Subject: [PATCH] Cleanup cc-by-sa and fix boards navigation

---
 _templates/cc-by-sa.html | 3 ++-
 boards/index.rst         | 3 +--
 index.rst                | 9 ---------
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/_templates/cc-by-sa.html b/_templates/cc-by-sa.html
index 4f30f01..8bb4122 100644
--- a/_templates/cc-by-sa.html
+++ b/_templates/cc-by-sa.html
@@ -1,3 +1,4 @@
-<a href="https://creativecommons.org/licenses/by-sa/4.0/">
+<a href="https://creativecommons.org/licenses/by-sa/4.0/" style="text-decoration:none">
     <img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg"/>
+    <p>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</p>
 </a>
diff --git a/boards/index.rst b/boards/index.rst
index 4d0276c..68407df 100644
--- a/boards/index.rst
+++ b/boards/index.rst
@@ -36,8 +36,7 @@ started.
     modifications done to the hardware or software solutions provided by beagleboard.org foundation.
 
 .. toctree::
-   :maxdepth: 2
-   :hidden:
+   :maxdepth: 1
 
    /boards/beagleplay/index
    /boards/beaglebone/ai-64/index
diff --git a/index.rst b/index.rst
index 39b1920..ecb8389 100644
--- a/index.rst
+++ b/index.rst
@@ -397,12 +397,3 @@ Indices and tables
 
 * :ref:`glossary`
 * :ref:`genindex`
-
-This work is licensed under a `Creative Commons Attribution-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-sa/4.0/>`_. 
-
-Attribute original work to BeagleBoard.org Foundation.
-
-.. image:: https://licensebuttons.net/l/by-sa/4.0/88x31.png
-    :width: 88px
-    :height: 31px
-    :target: http://creativecommons.org/licenses/by-sa/4.0/
-- 
GitLab