template: Hardcode text encoding (UTF-8 everywhere).

This commit is contained in:
Bradley Sepos 2016-11-05 03:48:49 -04:00
parent e5caf0b848
commit 16f19cf3be
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ document.language-code }}">
<head>
<meta charset="{{ document.text-encoding }}" />
<meta charset="utf-8" />
<meta name="author" content="{{ document.authors }}" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ document.project }} Documentation &mdash; {{ document.title }}</title>

View File

@ -1,4 +1,4 @@
<article class="docs {{ document.type }}" lang="{{ document.language-code }}" charset="{{ document.text-encoding }}">
<article class="docs {{ document.type }}" lang="{{ document.language-code }}" charset="utf-8">
{{ template.styles }}
{{ template.header }}
{% if document.state contains "obsolete" %}