From f49ff209376cdb13f565aa159eb6cebb206eedcc Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Fri, 31 May 2024 17:07:33 +0530 Subject: [PATCH] Split forum and message section --- _templates/forum.html | 9 --------- _templates/message.html | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 _templates/message.html diff --git a/_templates/forum.html b/_templates/forum.html index 518e63b8..48e4c790 100644 --- a/_templates/forum.html +++ b/_templates/forum.html @@ -1,12 +1,3 @@ <a role="button" href="https://forum.beagleboard.org" target="_blank"> <i class="fa-brands fa-discourse"></i> Discuss on Forum </a> - -<div class="card bg-light mt-4 text-center"> - <div class="card-body"> - <p class="card-text text-dark"> - <a href="https://www.beagleboard.org/" target="_blank">BeagleBoard.org</a> - is all about being open, please discuss in public on our - <a href="https://forum.beagleboard.org" target="_blank">forum</a>!</p> - </div> -</div> diff --git a/_templates/message.html b/_templates/message.html new file mode 100644 index 00000000..e5e87a32 --- /dev/null +++ b/_templates/message.html @@ -0,0 +1,8 @@ +<div class="card bg-light mt-4 text-center"> + <div class="card-body"> + <p class="card-text text-dark"> + <a href="https://www.beagleboard.org/" target="_blank">BeagleBoard.org</a> + is all about being open, please discuss in public on our + <a href="https://forum.beagleboard.org" target="_blank">forum</a>!</p> + </div> +</div> \ No newline at end of file -- GitLab