Skip to content

Commit

Permalink
Try linking week with global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzarrizvi committed Jan 16, 2024
1 parent 49e14b5 commit 5aa2e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ author: Shahzar
baseurl: '/sp24' # the subpath of your site, e.g. /blog
url: 'https://data102.org' # the base hostname & protocol for your site, e.g. http://example.com
logo: 'assets/brand/favicon.png'
current_week: 1

# Theme settings
remote_theme: just-the-docs/[email protected]
Expand Down
6 changes: 1 addition & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ layout: page
title: Home
nav_order: 1
description: A week-to-week description of the content covered in the course.
course:
edstem:
faq:
current_week: week-1-binary-decisions
---

# Data 102: Data, Inference, and Decisions
Expand All @@ -29,7 +25,7 @@ UC Berkeley, Spring 2024


## Schedule
[**Jump to current week**](#{{page.current_week}}){: .btn }
[**Jump to current week**](#week-{{site.current_week}}){: .btn }

{: .warning }
The calendar is currently under construction, and is subject to change until this warning has been removed.
Expand Down

0 comments on commit 5aa2e3d

Please sign in to comment.