make template page xhtml1.0-strict conformant
This commit is contained in:
parent
5d2eb67a70
commit
42cb77a1a7
@ -3,21 +3,20 @@ bootstrap_path: /bootstrap-2.2.2
|
||||
page_title: The Ardour Manual
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<title>{{page.page_title}}</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="{{page.bootstrap_path}}/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{{page.bootstrap_path}}/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="{{page.bootstrap_path}}/css/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="{{page.bootstrap_path}}/css/bootstrap-responsive.min.css" rel="stylesheet" />
|
||||
|
||||
<link href="/css/app.css" rel="stylesheet">
|
||||
<link href="/css/app.css" rel="stylesheet" />
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css' />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user