_layouts/calendar.html in hematite-0.0.5 vs _layouts/calendar.html in hematite-0.0.6
- old
+ new
@@ -19,13 +19,14 @@
document.querySelector("#calendar_title"),
{% else %}
null,
{% endif %}
{% if page.include_posts %}
- true
+ true,
{% else %}
- false
+ false,
{% endif %}
+ {{ page.calendar_date_elem | default: "h1" | jsonify }},
);
// Remove the title if we're not using it — it can mess with
// screen readers
{% if page.show_calendar_title %}