diff --git a/_layouts/chat-transcript.html b/_layouts/chat-transcript.html index 5e7bcdc39..8f6f86108 100644 --- a/_layouts/chat-transcript.html +++ b/_layouts/chat-transcript.html @@ -1,5 +1,13 @@ {% extends "default.html" %} +{% block styleoverride %} + +{% endblock %} + {% block content %} {{ content }} {% endblock %} diff --git a/_layouts/default.html b/_layouts/default.html index 2740cab45..612f6550d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,7 @@ {% include head-custom.html %} + {% block styleoverride %}{% endblock %} Skip to the content.