Mercurial > p > roundup > code
diff doc/_templates/layout.html @ 7464:82bbb95e5690 issue2550923_computed_property
merge from tip into issue2550923_computed_property
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Jun 2023 00:10:32 -0400 |
| parents | 33124f6dc1c4 |
| children | 452a8bd1d826 |
line wrap: on
line diff
--- a/doc/_templates/layout.html Mon Nov 07 22:58:38 2022 -0500 +++ b/doc/_templates/layout.html Thu Jun 08 00:10:32 2023 -0400 @@ -6,8 +6,7 @@ #} {%- block doctype -%} -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> {%- endblock %} {%- macro relbar(class) %} <div class="related {{ class }}"> @@ -82,9 +81,14 @@ {%- endfor %} {%- endmacro %} -<html xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + {%- if 'name="description"' not in metatags %} + <meta name="description" + content="Page {{ pagename }} in documentation on the Roundup issue tracker, version {{ release|e }}."> + {%- endif %} {{ metatags }} {%- if builder != 'htmlhelp' %} {%- set titlesuffix = " — "|safe + docstitle|e %} @@ -143,7 +147,7 @@ {%- block extrahead %} {% endblock %} </head> <body> - <div class="header"><h1>Roundup</h1> + <div class="header"><div class="label">Roundup</div> {%- if pagename != "search" %} <div id="searchbox" style="display: none"> <form class="search" action="{{ pathto('search') }}" method="get">
