remove unused bootstrap-js from template and remove generationtime
This commit is contained in:
parent
dd7732a757
commit
8eb01fdc50
|
@ -2,7 +2,6 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
||||||
{# <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css"> #}
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
h1, p {
|
h1, p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<p>generated in {{ generation_time }} seconds at {{ time }}</p>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue