layout: compress
<!DOCTYPE html> <html lang=“{{ page.lang | default: site.lang | default: 'en' }}”>
{%- include head.html -%} <body class="mdc-typography mdc-typography--body1"> {{ content }} {% include footer.html %} </body>
</html>
layout: compress
<!DOCTYPE html> <html lang=“{{ page.lang | default: site.lang | default: 'en' }}”>
{%- include head.html -%} <body class="mdc-typography mdc-typography--body1"> {{ content }} {% include footer.html %} </body>
</html>