diff --git a/_includes/schedule_table.html b/_includes/schedule_table.html index f9899d5..50835ee 100644 --- a/_includes/schedule_table.html +++ b/_includes/schedule_table.html @@ -1,11 +1,11 @@ -
+
{% if include.show_header %} - + {% endif %} @@ -81,7 +81,7 @@ {% if plan.notes %} - + {% endif %} {% if plan.cancelled and plan.cancelled != "" %} @@ -108,7 +108,7 @@ {% if total_dist > 0 and run.plan.size > 1 %} - + {% endif %} {% if run.cancelled and plan.cancelled != "" %} @@ -123,22 +123,3 @@
Date Time
RoutesDistance ()
RoutesDistance ()
{{ plan.notes }}{{ plan.notes }}

{{ total_dist | round: 1 }}

{{ total_dist | round: 1 }}
- diff --git a/_includes/unit_toggle.html b/_includes/unit_toggle.html new file mode 100644 index 0000000..ee898aa --- /dev/null +++ b/_includes/unit_toggle.html @@ -0,0 +1,55 @@ + \ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html index ab1fdbf..31fd756 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -127,6 +127,7 @@

Race Condition Running

{{ content }} +{% include unit_toggle.html %}