From b8a344ed8a340bae5d9f290b026f5f395a7624ec Mon Sep 17 00:00:00 2001
From: Deepak Khatri <deepaklorkhatri7@gmail.com>
Date: Tue, 12 Mar 2024 00:28:55 +0530
Subject: [PATCH] Add external GSoC site links

---
 conf.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/conf.py b/conf.py
index 7a2d985..56d0293 100644
--- a/conf.py
+++ b/conf.py
@@ -63,6 +63,20 @@ html_sidebars = {
 }
 
 html_theme_options = {
+    "external_links": [
+        {
+            "url": "https://summerofcode.withgoogle.com/help",
+            "name": "Help",
+        },
+        {
+            "url": "https://summerofcode.withgoogle.com/rules",
+            "name": "Rules",
+        },
+        {
+            "url": "https://summerofcode.withgoogle.com/terms",
+            "name": "Terms",
+        },
+    ],
     "header_links_before_dropdown": 4,
     "show_prev_next": True,
     "icon_links": [
-- 
GitLab