Skip to content

Latest commit

 

History

History
executable file
·
39 lines (37 loc) · 1.24 KB

index.md

File metadata and controls

executable file
·
39 lines (37 loc) · 1.24 KB
title hideTitle layout
At a Glance
true
default

{% for todo in site.data.todo %}

{{todo[1].question}}

{% for part in todo[1].parts %} {% assign theID = part.title | remove: " " | remove: "." | remove: "," %} {% capture date_length %}{{ part.date | size | minus: 9 }}{% endcapture %} {% capture date %}{{part.date}}{% endcapture %} {% if date_length contains '-' %} {% if site.classtime %} {% capture date %}{{part.date}}{{site.classtime}}{% endcapture %} {% else %} {% capture date %}{{part.date}}2359{% endcapture %} {% endif %} {% endif %} <script type='text/javascript'> dueIn("{{theID}}-{{date}}", "{{date}}", "{{part.inclass}}", "", "90%"); prettyDate("{{theID}}-prettydate", "{{date}}", ""); </script> {% endfor %} {% endfor %}