Bootstrapify

This commit is contained in:
vitaut 2015-05-22 19:21:55 -07:00
parent 42001e541e
commit bfe9267d4d
2 changed files with 8 additions and 5 deletions

View File

@ -63,7 +63,7 @@
</div> <!-- /.navbar-collapse --> </div> <!-- /.navbar-collapse -->
</div> <!-- /.col-md-offset-2 --> </div> <!-- /.col-md-offset-2 -->
</div> <!-- /.row --> </div> <!-- /.row -->
</div><!-- /.container-fluid --> </div><!-- /.container -->
</nav> </nav>
{% if pagename == "index" %} {% if pagename == "index" %}
<div class="jumbotron"> <div class="jumbotron">

View File

@ -8,8 +8,7 @@
:license: BSD, see LICENSE for details. :license: BSD, see LICENSE for details.
#} #}
{%- block doctype -%} {%- block doctype -%}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{%- endblock %} {%- endblock %}
{%- set reldelim1 = reldelim1 is not defined and ' &raquo;' or reldelim1 %} {%- set reldelim1 = reldelim1 is not defined and ' &raquo;' or reldelim1 %}
{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %} {%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
@ -107,9 +106,13 @@
{%- endfor %} {%- endfor %}
{%- endmacro %} {%- endmacro %}
<html xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" /> <meta charset="{{ encoding }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content
must come *after* these tags -->
{{ metatags }} {{ metatags }}
{%- block htmltitle %} {%- block htmltitle %}
<title>{{ title|striptags|e }}{{ titlesuffix }}</title> <title>{{ title|striptags|e }}{{ titlesuffix }}</title>