diff --git a/_templates/forum.html b/_templates/forum.html new file mode 100644 index 0000000000000000000000000000000000000000..4ba78dd5d7eea17b1e7bb5259eb5a7206ecb5bd7 --- /dev/null +++ b/_templates/forum.html @@ -0,0 +1,3 @@ +<a class="btn btn-danger btn-sm btn-block text-light" role="button" href="https://bbb.io/gsocml"> + <i class="fa-brands fa-discourse"></i> Discuss on Forum +</a> \ No newline at end of file diff --git a/conf.py b/conf.py index e88b28ed36ae592e6002adb62e4cb057ea9ad43c..8e959024651af844ca3f6e995414983dac226907 100644 --- a/conf.py +++ b/conf.py @@ -117,7 +117,7 @@ html_theme_options = { "footer_end": ["last-updated"], # "content_footer_items": ["last-updated"], "secondary_sidebar_items": { - "**": ["page-toc", "edit-this-page", "sourcelink","pdf"] + "**": ["page-toc", "edit-this-page", "sourcelink","forum","pdf"] } }