_layouts/home.html in shanep-class-1.0.20 vs _layouts/home.html in shanep-class-1.0.21

- old
+ new

@@ -89,11 +89,11 @@ {% if curr_week == tableFile.break %} <!--Add in the break week, we need to grab the next lesson before inserting new week--> <tr> {% assign curr_date = curr_date | date: "%s" | plus: two_days %} <td>{{curr_date | date: "%m/%d - %a"}}</td> - <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td> + <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a> <span class="small-text">{{page.slug}}</span>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td> <td>{{page.points}}</td> {% assign total_points = total_points | plus: page.points %} </tr> <tr> <td rowspan= 2 class="table-lightish text-center border"> @@ -124,10 +124,10 @@ {% assign curr_week = curr_week | plus: 1 %} </td> {% endif %} {% assign curr_date = curr_date | date: "%s" | plus: two_days %} <td>{{curr_date | date: "%m/%d - %a"}}</td> - <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td> + <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a> <span class="small-text">{{page.slug}}</span>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td> <td>{{page.points}}</td> {% assign total_points = total_points | plus: page.points %} </tr> {%endif%} {% endif %}