aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-04 10:08:51 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-04 10:08:51 +0100
commita99d0c6b42ba6edb5c388a91329109232b04065e (patch)
tree984a392356c29e2479e7f7aab5155dc63b4e9975 /data/templates/default.html5
parent9616a8a2dd27903a09969dc4d62dcf9227458d27 (diff)
parent07d51d9e30985c2d71b4341482982f81f206f9c4 (diff)
downloadpandoc-a99d0c6b42ba6edb5c388a91329109232b04065e.tar.gz
Merge branch 'master' of github.com:jgm/pandoc
Diffstat (limited to 'data/templates/default.html5')
-rw-r--r--data/templates/default.html514
1 files changed, 7 insertions, 7 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index 5641ecb80..7d1b834eb 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -1,17 +1,17 @@
<!DOCTYPE html>
-<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
<head>
- <meta charset="utf-8">
- <meta name="generator" content="pandoc">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
+ <meta charset="utf-8" />
+ <meta name="generator" content="pandoc" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
$for(author-meta)$
- <meta name="author" content="$author-meta$">
+ <meta name="author" content="$author-meta$" />
$endfor$
$if(date-meta)$
- <meta name="dcterms.date" content="$date-meta$">
+ <meta name="dcterms.date" content="$date-meta$" />
$endif$
$if(keywords)$
- <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
+ <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>