File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ <h2 class="nhsuk-heading-m">Total vaccinations</h2>
9696 {% if loop.index0 == 1 %}
9797 Today
9898 {% else %}
99- {{ date.date | dayName }} {{ date.date | govukDate(" truncate" ) }}
99+ {{ date.date | dayName }} {{ date.date | govukDate(truncate=true ) }}
100100
101101 {% if loop.index0 == 2 %}(yesterday){% endif %}
102102 {% endif %}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ <h2 class="nhsuk-heading-m">Total vaccinations</h2>
9696 {% if loop.index0 == 1 %}
9797 Today
9898 {% else %}
99- {{ date.date | dayName }} {{ date.date | govukDate(" truncate" ) }}
99+ {{ date.date | dayName }} {{ date.date | govukDate(truncate=true ) }}
100100
101101 {% if loop.index0 == 2 %}(yesterday){% endif %}
102102 {% endif %}
You can’t perform that action at this time.
0 commit comments