diff --git a/templates/_types/calendar/index.html b/templates/_types/calendar/index.html index da3504f..f3af5fa 100644 --- a/templates/_types/calendar/index.html +++ b/templates/_types/calendar/index.html @@ -1,8 +1,8 @@ -{% extends '_types/post/index.html' %} +{% extends '_types/root/_index.html' %} {% block meta %}{% endblock %} -{% block post_header_child %} +{% block root_header_child %} {% from '_types/root/_n/macros.html' import index_row with context %} {% call index_row('calendar-header-child', '_types/calendar/header/_header.html') %} {% block calendar_header_child %} diff --git a/templates/_types/calendars/index.html b/templates/_types/calendars/index.html index 4d74506..0b7e29b 100644 --- a/templates/_types/calendars/index.html +++ b/templates/_types/calendars/index.html @@ -1,8 +1,8 @@ -{% extends '_types/post/admin/index.html' %} +{% extends '_types/root/_index.html' %} {% block meta %}{% endblock %} -{% block post_admin_header_child %} +{% block root_header_child %} {% from '_types/root/_n/macros.html' import index_row with context %} {% call index_row('calendars-header-child', '_types/calendars/header/_header.html') %} {% block calendars_header_child %}