Skip to content

Commit

Permalink
Use link liquid tag
Browse files Browse the repository at this point in the history
  • Loading branch information
phrdang committed Jun 22, 2024
1 parent dbeae89 commit 5761e8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

TODO write docs for staff here

## Liquid Tags

[Liquid](https://shopify.github.io/liquid/) is a template language. Liquid tags look like `{% tag_name ... %}` and you can read more about how they work with Jekyll [here](https://jekyllrb.com/docs/liquid/).

Some tags you may find useful:

- [`{% link <path> %}`](https://jekyllrb.com/docs/liquid/tags/#links)

## Continuous Integration (GitHub Actions)

TODO Info here about workflows and links
Expand Down
4 changes: 2 additions & 2 deletions _modules/week-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Sep 30
: [1.2](#), [2.1](#)

Oct 1
: **Lab**{: .label .label-purple } [Lab 1: Control and Functions]({{ site.baseurl }}/labs/lab01)
: **Lab**{: .label .label-purple } [Lab 1: Control and Functions]({% link _labs/lab01.md %})

Oct 2
: [Tracing, IntLists, & Recursion](#)
: [2.1](#)
: **HW 1 due**{: .label .label-red } [HW 1: Recursion]({{ site.baseurl }}/hw/hw01)
: **HW 1 due**{: .label .label-red } [HW 1: Recursion]({% link _hw/hw01.md %})
2 changes: 1 addition & 1 deletion _modules/week-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Oct 7
: [2.4](#), [2.5](#)

Oct 8
: **Project**{: .label .label-green } [Project 1: Ants vs. Some Bees]({{ site.baseurl }}/projects/proj01)
: **Project**{: .label .label-green } [Project 1: Ants vs. Some Bees]({% link _projects/proj01.md %})

Oct 9
: [Runtime Analysis](#)
Expand Down

0 comments on commit 5761e8c

Please sign in to comment.