Skip to content

Commit

Permalink
Fix erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Justanhy committed May 9, 2021
1 parent 6bc2046 commit 241c021
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21 deletions.
10 changes: 1 addition & 9 deletions _layouts/CS126.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
layout: notes
---

{%- if page.part == true -%}
{% capture previous %}{{ page.prev | default: "null" }}{% endcapture %}

{% capture nextp %}{{ page.nextt | default: "null" }}{% endcapture %}

{% include 126/126nav.html nextt=nextp prev=previous %}

{{ content }}
{%- elsif page.part == false -%}
{%- if page.part == false -%}
<a href="../../cs126/index.html">🏡CS126 Home</a>
{%- for page in site.cs126 -%}
{%- if page.part == true -%}
Expand Down
10 changes: 1 addition & 9 deletions _layouts/CS130.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
layout: notes
---

{%- if page.part == true -%}
{% capture previous %}{{ page.prev | default: "null" }}{% endcapture %}

{% capture nextp %}{{ page.nextt | default: "null" }}{% endcapture %}

{% include 130/130nav.html nextt=nextp prev=previous %}

{{ content }}
{%- elsif page.part == false -%}
{%- if page.part == false -%}
<a href="../../cs130/index.html">🏡CS130 Home</a>
{%- for page in site.cs118 -%}
{%- if page.part == true -%}
Expand Down
2 changes: 1 addition & 1 deletion cs126/part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: CS126
part: true
math: true
title: "Arrays and Lists"
next: part2
nex: part2
---


Expand Down
2 changes: 1 addition & 1 deletion cs126/part10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ part: true
math: true
title: "Self-balancing trees"
pre: part9
next: part11
nex: part11
---
2 changes: 1 addition & 1 deletion cs126/part6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: CS126
part: true
math: true
title: ""
title: "Trees"
pre: part5
nex: part7
---
Expand Down

0 comments on commit 241c021

Please sign in to comment.