Skip to content

Commit 5c2c237

Browse files
authored
get new sprints page from strapi (#124)
* get new sprints page from strapi * add sprints into the menu
1 parent cd784f3 commit 5c2c237

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

get_content_from_strapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def download_content(resource_name, api_url):
3838
'sponsor',
3939
'the-conference',
4040
'volunteer',
41-
'workshops'
41+
'workshops',
42+
'sprints'
4243
]
4344

4445
for p in page_names:

theme/templates/partials/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<a class="dropdown-item" href="/pages/speakers">Speakers</a>
3737
<!-- <a class="dropdown-item" href="#">Sprints</a> -->
3838
<a class="dropdown-item" href="/pages/workshops">Workshops</a>
39+
<a class="dropdown-item" href="/pages/sprints">Sprints (27-28th Nov)</a>
3940
<!-- <a class="dropdown-item" href="#">Party</a> -->
4041
<a class="dropdown-item" href="/pages/speakers-advice">Speakers Advice</a>
4142
<a class="dropdown-item" href="#">Release Agreement</a>

0 commit comments

Comments
 (0)