comparison website/www/_templates/layout.html @ 7140:33124f6dc1c4

remove xhtml structures; merge changes from www layout to doc layout
author John Rouillard <rouilj@ieee.org>
date Wed, 15 Feb 2023 12:01:44 -0500
parents b5b1f2830e23
children dc1715ebbc6d
comparison
equal deleted inserted replaced
7139:42e68162279b 7140:33124f6dc1c4
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 {%- if 'name="description"' not in metatags %} 6 {%- if 'name="description"' not in metatags %}
7 <meta name="description" 7 <meta name="description"
8 content="Page {{ pagename }} in documentation on the Roundup issue tracker, version {{ release|e }}."> 8 content="Page {{ pagename }} in documentation on the Roundup issue tracker, version {{ release|e }}.">
9 {%- endif %} 9 {%- endif %}
19 {%- for link, type, title in page_links %} 19 {%- for link, type, title in page_links %}
20 <link rel="alternate" type="{{ type|e(true) }}" title="{{ title|e(true) }}" href="{{ link|e(true) }}" /> 20 <link rel="alternate" type="{{ type|e(true) }}" title="{{ title|e(true) }}" href="{{ link|e(true) }}" />
21 {%- endfor %} 21 {%- endfor %}
22 {%- else %} 22 {%- else %}
23 <link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}" type="text/css" /> 23 <link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}" type="text/css" />
24
25 {%- endif %} 24 {%- endif %}
26 {%- if builder != 'htmlhelp' %} 25 {%- if builder != 'htmlhelp' %}
27 <script type="text/javascript"> 26 <script type="text/javascript">
28 var DOCUMENTATION_OPTIONS = { 27 var DOCUMENTATION_OPTIONS = {
29 URL_ROOT: '{{ pathto("", 1) }}', 28 URL_ROOT: '{{ pathto("", 1) }}',

Roundup Issue Tracker: http://roundup-tracker.org/