Theme: Change for HTML5

This commit is contained in:
Aaron Carlisle 2017-07-29 21:07:09 -04:00 committed by GitHub
parent abaf1cbb6b
commit 3d37aa2c87

View File

@ -120,7 +120,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"{% if language is not none %} lang="{{ language }}"{% endif %}>
{%- endif %}
<head>
{%- if use_meta_charset %}
{%- if use_meta_charset or html5_doctype %}
<meta charset="{{ encoding }}" />
{%- else %}
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />